#0FBDCC
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FBDCC
At its core, #0FBDCC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkturquoise. Its digital footprint relies on 15 parts red, 189 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 93% C, 7% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FBDCC
RGB15, 189, 204
HSL184.8°, 86.3%, 42.9%
CMYK93%, 7%, 0%, 20%
HSV184.8°, 92.6%, 80.0%
LAB70.1, -33.3, -18.7
XYZ29.3, 40.9, 63.5
Decimal1031628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.17:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBDCC;
}
.text-color {
color: #0FBDCC;
}
.border-color {
border: 2px solid #0FBDCC;
}