#00FFF0
A medium, vivid cyan closely aligning with Aqua.
About #00FFF0
The precise color #00FFF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 0 parts red, 255 parts green, and 240 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 6% Yellow, and 0% Black. The HSL representation is 176.5° hue, 100.0% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00FFF0
RGB0, 255, 240
HSL176.5°, 100.0%, 50.0%
CMYK100%, 0%, 6%, 0%
HSV176.5°, 100.0%, 100.0%
LAB90.7, -52.3, -7.0
XYZ51.5, 77.8, 94.7
Decimal65520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FFF0;
}
.text-color {
color: #00FFF0;
}
.border-color {
border: 2px solid #00FFF0;
}