#0FE2BD
A medium, vivid cyan closely aligning with Turquoise.
About #0FE2BD
When working with digital screens, the color #0FE2BD is rendered by mixing light. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 15 parts red, 226 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. The HSL representation is 169.5° hue, 87.6% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE2BD
RGB15, 226, 189
HSL169.5°, 87.6%, 47.3%
CMYK93%, 0%, 16%, 11%
HSV169.5°, 93.4%, 88.6%
LAB80.8, -53.7, 5.3
XYZ36.6, 58.2, 57.4
Decimal1041085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE2BD;
}
.text-color {
color: #0FE2BD;
}
.border-color {
border: 2px solid #0FE2BD;
}