#83F8E2
A light, vivid cyan closely aligning with Turquoise.
About #83F8E2
Visually, #83F8E2 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 131 red, 248 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. With a hue angle of 168.7 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#83F8E2
RGB131, 248, 226
HSL168.7°, 89.3%, 74.3%
CMYK47%, 0%, 9%, 3%
HSV168.7°, 47.2%, 97.3%
LAB90.5, -38.4, 0.3
XYZ56.7, 77.5, 83.9
Decimal8648930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.49:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8E2;
}
.text-color {
color: #83F8E2;
}
.border-color {
border: 2px solid #83F8E2;
}