#0FC5D3
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FC5D3
The precise color #0FC5D3 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 197, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 7% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FC5D3
RGB15, 197, 211
HSL184.3°, 86.7%, 44.3%
CMYK93%, 7%, 0%, 17%
HSV184.3°, 92.9%, 82.7%
LAB72.7, -34.9, -18.5
XYZ31.9, 44.7, 68.6
Decimal1033683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.95:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC5D3;
}
.text-color {
color: #0FC5D3;
}
.border-color {
border: 2px solid #0FC5D3;
}