#0FE9D3
A medium, vivid cyan closely aligning with Turquoise.
About #0FE9D3
At its core, #0FE9D3 is a medium and vivid hue. It is closely associated with the named CSS color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 233, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 94% Cyan, 0% Magenta, 9% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE9D3
RGB15, 233, 211
HSL173.9°, 87.9%, 48.6%
CMYK94%, 0%, 9%, 9%
HSV173.9°, 93.6%, 91.4%
LAB83.5, -50.7, -2.4
XYZ41.1, 63.1, 71.6
Decimal1042899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9D3;
}
.text-color {
color: #0FE9D3;
}
.border-color {
border: 2px solid #0FE9D3;
}