#0FE2D3
A medium, vivid cyan closely aligning with Turquoise.
About #0FE2D3
The hex code #0FE2D3 represents a beautifully specific shade of cyan. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 226, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 93% Cyan, 0% Magenta, 7% Yellow, and 11% Black. The HSL representation is 175.7° hue, 87.6% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE2D3
RGB15, 226, 211
HSL175.7°, 87.6%, 47.3%
CMYK93%, 0%, 7%, 11%
HSV175.7°, 93.4%, 88.6%
LAB81.4, -47.8, -5.5
XYZ39.2, 59.2, 71.0
Decimal1041107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.84:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE2D3;
}
.text-color {
color: #0FE2D3;
}
.border-color {
border: 2px solid #0FE2D3;
}