#0FDBD3
A medium, vivid cyan closely aligning with Turquoise.
About #0FDBD3
At its core, #0FDBD3 is a medium and vivid hue. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 15 red, 219 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FDBD3
RGB15, 219, 211
HSL177.6°, 87.2%, 45.9%
CMYK93%, 0%, 4%, 14%
HSV177.6°, 93.2%, 85.9%
LAB79.3, -44.8, -8.6
XYZ37.3, 55.5, 70.4
Decimal1039315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.09:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBD3;
}
.text-color {
color: #0FDBD3;
}
.border-color {
border: 2px solid #0FDBD3;
}