#0FE9E2
A medium, vivid cyan closely aligning with Turquoise.
About #0FE9E2
The precise color #0FE9E2 is an excellent choice for modern design projects. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(15, 233, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 94% C, 0% M, 3% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FE9E2
RGB15, 233, 226
HSL178.1°, 87.9%, 48.6%
CMYK94%, 0%, 3%, 9%
HSV178.1°, 93.6%, 91.4%
LAB83.9, -46.6, -9.7
XYZ43.1, 63.9, 82.0
Decimal1042914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.77:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9E2;
}
.text-color {
color: #0FE9E2;
}
.border-color {
border: 2px solid #0FE9E2;
}