#00F0F0
A medium, vivid cyan closely aligning with Aqua.
About #00F0F0
The precise color #00F0F0 is an excellent choice for modern design projects. Its closest recognized web color is Aqua. In the RGB color space, it consists of 0 red, 240 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00F0F0
RGB0, 240, 240
HSL180.0°, 100.0%, 47.1%
CMYK100%, 0%, 0%, 6%
HSV180.0°, 100.0%, 94.1%
LAB86.3, -45.9, -13.5
XYZ46.9, 68.6, 93.2
Decimal61680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0F0;
}
.text-color {
color: #00F0F0;
}
.border-color {
border: 2px solid #00F0F0;
}