#83FFF0
A light, vivid cyan closely aligning with Turquoise.
About #83FFF0
At its core, #83FFF0 is a light and vivid hue. Its closest recognized web color is Turquoise. Its digital footprint relies on 131 parts red, 255 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 49% C, 0% M, 6% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83FFF0
RGB131, 255, 240
HSL172.7°, 100.0%, 75.7%
CMYK49%, 0%, 6%, 0%
HSV172.7°, 48.6%, 100.0%
LAB92.9, -38.3, -3.6
XYZ60.8, 82.6, 95.2
Decimal8650736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.53:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83FFF0;
}
.text-color {
color: #83FFF0;
}
.border-color {
border: 2px solid #83FFF0;
}