#0FCCE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FCCE2
The precise color #0FCCE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 204, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 10% M, 0% Y, and 11% K. The HSL representation is 186.3° hue, 87.6% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FCCE2
RGB15, 204, 226
HSL186.3°, 87.6%, 47.3%
CMYK93%, 10%, 0%, 11%
HSV186.3°, 93.4%, 88.6%
LAB75.3, -33.5, -22.7
XYZ35.5, 48.8, 79.5
Decimal1035490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.76:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCCE2;
}
.text-color {
color: #0FCCE2;
}
.border-color {
border: 2px solid #0FCCE2;
}