#0FDBE9
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FDBE9
When working with digital screens, the color #0FDBE9 is rendered by mixing light. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 15 parts red, 219 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 94% Cyan, 6% Magenta, 0% Yellow, and 9% Black. With a hue angle of 183.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FDBE9
RGB15, 219, 233
HSL183.9°, 87.9%, 48.6%
CMYK94%, 6%, 0%, 9%
HSV183.9°, 93.6%, 91.4%
LAB80.0, -38.3, -19.3
XYZ40.2, 56.6, 85.9
Decimal1039337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.33:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBE9;
}
.text-color {
color: #0FDBE9;
}
.border-color {
border: 2px solid #0FDBE9;
}