#0FCCBD
A medium, vivid cyan closely aligning with Turquoise.
About #0FCCBD
At its core, #0FCCBD is a medium and vivid hue. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 204, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FCCBD
RGB15, 204, 189
HSL175.2°, 86.3%, 42.9%
CMYK93%, 0%, 7%, 20%
HSV175.2°, 92.6%, 80.0%
LAB74.2, -44.6, -4.4
XYZ31.0, 47.0, 55.6
Decimal1035453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCCBD;
}
.text-color {
color: #0FCCBD;
}
.border-color {
border: 2px solid #0FCCBD;
}