#0FF0DB
A medium, vivid cyan closely aligning with Turquoise.
About #0FF0DB
Visually, #0FF0DB is defined as a vivid cyan. 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, 240, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 0% Magenta, 9% Yellow, and 6% Black. The HSL representation is 174.4° hue, 88.2% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF0DB
RGB15, 240, 219
HSL174.4°, 88.2%, 50.0%
CMYK94%, 0%, 9%, 6%
HSV174.4°, 93.8%, 94.1%
LAB85.8, -51.5, -3.3
XYZ44.1, 67.5, 77.7
Decimal1044699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF0DB;
}
.text-color {
color: #0FF0DB;
}
.border-color {
border: 2px solid #0FF0DB;
}