#00E9E9
A medium, vivid cyan closely aligning with Aqua.
About #00E9E9
Visually, #00E9E9 is defined as a vivid cyan. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(0, 233, 233).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 0% Y, and 9% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E9E9
RGB0, 233, 233
HSL180.0°, 100.0%, 45.7%
CMYK100%, 0%, 0%, 9%
HSV180.0°, 100.0%, 91.4%
LAB84.0, -44.9, -13.2
XYZ43.8, 64.2, 87.2
Decimal59881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.83:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E9E9;
}
.text-color {
color: #00E9E9;
}
.border-color {
border: 2px solid #00E9E9;
}