Medium Turquoise (Blue)
#35D0BB
RGB: 53, 208, 187
Color OverviewHEX #35D0BB
#35D0BB Color Code Information
In the RGB color space, #35D0BB is composed of 21% red, 82% green, and 73% blue. In the HSL color space, it has a hue of 172°, saturation of 62%, and lightness of 51%.
HEX
#35D0BB
RGB
53, 208, 187
HSL
172°, 62%, 51%
HSV
172°, 75%, 82%
CMYK
75%, 0%, 10%, 18%
Name Match
Medium Turquoise
Closest StandardShades of #35D0BB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #35D0BB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #35D0BB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #35D0BB
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #35D0BB Background
Contrast Ratio against Pure White (#FFFFFF):1.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #35D0BB Background
Contrast Ratio against Pure Black (#000000):10.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #35D0BB;
}
.element {
color: #35D0BB;
background-color: #35D0BB;
border-color: #35D0BB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#35D0BB] text-[#35D0BB] border-[#35D0BB]"> Content styled with #35D0BB </div>