Cyan Color

CSS Name cyan
HEX #00FFFF
RGB rgb(0, 255, 255)
HSL hsl(180, 100%, 50%)
CMYK cmyk(100%, 0%, 0%, 0%)

About Cyan

Cyan is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: cyan;) or by its HEX code (color: #00FFFF;).

Usage in CSS

.element {
  color: cyan;
  /* or */
  color: #00FFFF;
  /* or */
  color: rgb(0, 255, 255);
}

Frequently Asked Questions

What is the HEX code for Cyan?

The HEX code for Cyan is #00FFFF.

What is the RGB value of Cyan?

The RGB value is rgb(0, 255, 255).

Browse More Named Colors