#0FDBBD
A medium, vivid cyan closely aligning with Turquoise.
About #0FDBBD
When working with digital screens, the color #0FDBBD is rendered by mixing light. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 15 red, 219 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 93% Cyan, 0% Magenta, 14% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#0FDBBD
RGB15, 219, 189
HSL171.2°, 87.2%, 45.9%
CMYK93%, 0%, 14%, 14%
HSV171.2°, 93.2%, 85.9%
LAB78.7, -50.9, 2.3
XYZ34.7, 54.4, 56.8
Decimal1039293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.89:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBBD;
}
.text-color {
color: #0FDBBD;
}
.border-color {
border: 2px solid #0FDBBD;
}