#0FD3F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FD3F0
Visually, #0FD3F0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. This translates to an RGB value of rgb(15, 211, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 12% magenta, 0% yellow, and 6% black. The HSL representation is 187.7° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FD3F0
RGB15, 211, 240
HSL187.7°, 88.2%, 50.0%
CMYK94%, 12%, 0%, 6%
HSV187.7°, 93.8%, 94.1%
LAB77.9, -32.3, -26.3
XYZ39.2, 53.0, 90.6
Decimal1037296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.60:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD3F0;
}
.text-color {
color: #0FD3F0;
}
.border-color {
border: 2px solid #0FD3F0;
}