#0FB6C5
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FB6C5
The precise color #0FB6C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkturquoise. This translates to an RGB value of rgb(15, 182, 197).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 92% cyan, 8% magenta, 0% yellow, and 23% black. The HSL representation is 184.9° hue, 85.8% saturation, and 41.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FB6C5
RGB15, 182, 197
HSL184.9°, 85.8%, 41.6%
CMYK92%, 8%, 0%, 23%
HSV184.9°, 92.4%, 77.3%
LAB67.7, -32.2, -18.4
XYZ27.0, 37.6, 58.7
Decimal1029829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.52:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FB6C5;
}
.text-color {
color: #0FB6C5;
}
.border-color {
border: 2px solid #0FB6C5;
}