#0FDBDB
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FDBDB
Visually, #0FDBDB is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 219, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 93% Cyan, 0% Magenta, 0% Yellow, and 14% Black. The HSL representation is 180.0° hue, 87.2% saturation, and 45.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FDBDB
RGB15, 219, 219
HSL180.0°, 87.2%, 45.9%
CMYK93%, 0%, 0%, 14%
HSV180.0°, 93.2%, 85.9%
LAB79.5, -42.5, -12.5
XYZ38.3, 55.9, 75.8
Decimal1039323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.18:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBDB;
}
.text-color {
color: #0FDBDB;
}
.border-color {
border: 2px solid #0FDBDB;
}