Turquoise (Blue)
#49FDDF
RGB: 73, 253, 223
Color OverviewHEX #49FDDF

#49FDDF Color Code Information

In the RGB color space, #49FDDF is composed of 29% red, 99% green, and 87% blue. In the HSL color space, it has a hue of 170°, saturation of 98%, and lightness of 64%.

HEX
#49FDDF
RGB
73, 253, 223
HSL
170°, 98%, 64%
HSV
170°, 71%, 99%
CMYK
71%, 0%, 12%, 1%
Name Match
Turquoise
Closest Standard

Shades of #49FDDF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #49FDDF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #49FDDF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #49FDDF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #49FDDF Background
Contrast Ratio against Pure White (#FFFFFF):1.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #49FDDF Background
Contrast Ratio against Pure Black (#000000):16.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #49FDDF;
}

.element {
  color: #49FDDF;
  background-color: #49FDDF;
  border-color: #49FDDF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#49FDDF] text-[#49FDDF] border-[#49FDDF]">
  Content styled with #49FDDF
</div>