#0FF0E2
A medium, vivid cyan closely aligning with Turquoise.
About #0FF0E2
When working with digital screens, the color #0FF0E2 is rendered by mixing light. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 240, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 0% M, 6% Y, and 6% K. With a hue angle of 176.3 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF0E2
RGB15, 240, 226
HSL176.3°, 88.2%, 50.0%
CMYK94%, 0%, 6%, 6%
HSV176.3°, 93.8%, 94.1%
LAB86.0, -49.6, -6.7
XYZ45.1, 67.9, 82.7
Decimal1044706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF0E2;
}
.text-color {
color: #0FF0E2;
}
.border-color {
border: 2px solid #0FF0E2;
}