#3AF0D3
A medium, vivid cyan closely aligning with Turquoise.
About #3AF0D3
At its core, #3AF0D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 240, and 211.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF0D3
RGB58, 240, 211
HSL170.4°, 85.8%, 58.4%
CMYK76%, 0%, 12%, 6%
HSV170.4°, 75.8%, 94.1%
LAB86.0, -50.8, 1.3
XYZ44.7, 67.9, 72.4
Decimal3862739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF0D3;
}
.text-color {
color: #3AF0D3;
}
.border-color {
border: 2px solid #3AF0D3;
}