#00F0E9
A medium, vivid cyan closely aligning with Aqua.
About #00F0E9
When working with digital screens, the color #00F0E9 is rendered by mixing light. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(0, 240, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 3% yellow, and 6% black. With a hue angle of 178.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#00F0E9
RGB0, 240, 233
HSL178.2°, 100.0%, 47.1%
CMYK100%, 0%, 3%, 6%
HSV178.2°, 100.0%, 94.1%
LAB86.1, -47.9, -10.1
XYZ45.9, 68.2, 87.8
Decimal61673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0E9;
}
.text-color {
color: #00F0E9;
}
.border-color {
border: 2px solid #00F0E9;
}