askvity

What is the color code for cyan?

Published in Color Codes 1 min read

The color code for cyan is #00FFFF.

Here's a breakdown of how cyan is represented in different color models:

  • Hexadecimal (HEX): #00FFFF
  • RGB (Red, Green, Blue): 0 red, 255 green, 255 blue. This means cyan is created by maximizing the green and blue values while setting red to zero.
  • CMYK (Cyan, Magenta, Yellow, Key/Black): Cyan is the primary color in this model, used extensively in printing.

The HEX code #00FFFF represents a vibrant, pure shade of cyan that is widely used across various design applications.

Related Articles