#3AE9DB
A medium, vivid cyan closely aligning with Turquoise.
About #3AE9DB
Visually, #3AE9DB is defined as a vivid cyan. 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, 233, and 219.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 75% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AE9DB
RGB58, 233, 219
HSL175.2°, 79.9%, 57.1%
CMYK75%, 0%, 6%, 9%
HSV175.2°, 75.1%, 91.4%
LAB84.1, -45.7, -5.7
XYZ43.7, 64.3, 77.1
Decimal3860955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.86:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE9DB;
}
.text-color {
color: #3AE9DB;
}
.border-color {
border: 2px solid #3AE9DB;
}