#0FE2C5
A medium, vivid cyan closely aligning with Turquoise.
About #0FE2C5
The hex code #0FE2C5 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(15, 226, 197).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 93% C, 0% M, 13% Y, and 11% K. With a hue angle of 171.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE2C5
RGB15, 226, 197
HSL171.8°, 87.6%, 47.3%
CMYK93%, 0%, 13%, 11%
HSV171.8°, 93.4%, 88.6%
LAB81.0, -51.6, 1.4
XYZ37.5, 58.5, 62.1
Decimal1041093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE2C5;
}
.text-color {
color: #0FE2C5;
}
.border-color {
border: 2px solid #0FE2C5;
}