#0FE9C5
A medium, vivid cyan closely aligning with Turquoise.
About #0FE9C5
Visually, #0FE9C5 is defined as a vivid cyan. Its closest recognized web color is Turquoise. Its digital footprint relies on 15 parts red, 233 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. The HSL representation is 170.1° hue, 87.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0FE9C5
RGB15, 233, 197
HSL170.1°, 87.9%, 48.6%
CMYK94%, 0%, 15%, 9%
HSV170.1°, 93.6%, 91.4%
LAB83.1, -54.4, 4.4
XYZ39.4, 62.4, 62.8
Decimal1042885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.48:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9C5;
}
.text-color {
color: #0FE9C5;
}
.border-color {
border: 2px solid #0FE9C5;
}