#83E9E9
A light, moderate cyan closely aligning with Paleturquoise.
About #83E9E9
At its core, #83E9E9 is a light and moderate hue. It is closely associated with the named CSS color Paleturquoise. Its digital footprint relies on 131 parts red, 233 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 44% C, 0% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83E9E9
RGB131, 233, 233
HSL180.0°, 69.9%, 71.4%
CMYK44%, 0%, 0%, 9%
HSV180.0°, 43.8%, 91.4%
LAB86.5, -29.7, -9.3
XYZ53.2, 69.0, 87.6
Decimal8645097
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.80:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E9E9;
}
.text-color {
color: #83E9E9;
}
.border-color {
border: 2px solid #83E9E9;
}