Turquoise Hex Code — #40E0D0
RGB, HSL, and CMYK values for Turquoise.
Last updated: April 6, 2026
Turquoise Color Values
| Format | Value |
|---|---|
| HEX | #40E0D0 |
| RGB | rgb(64, 224, 208) |
| HSL | hsl(174, 72%, 56%) |
| CMYK | cmyk(71%, 0%, 7%, 12%) |
About Turquoise
Color psychology: Refreshment, sophistication.
Turquoise (#40E0D0) is a medium shade of blue with a hue angle of 174° on the color wheel, 72% saturation, and 56% lightness. It's commonly used in web design, graphic design, and branding where refreshment, sophistication are desired associations.
In color theory, Turquoise sits in the neutral section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Turquoise in Design
Web Design
Use Turquoise for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Turquoise conveys refreshment, sophistication — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:71% M:0% Y:7% K:12%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Turquoise work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Turquoise in CSS
/* Using HEX */ color: #40E0D0; background-color: #40E0D0; /* Using RGB */ color: rgb(64, 224, 208); /* Using HSL — best for creating variations */ color: hsl(174, 72%, 56%); /* Transparent overlay (50% opacity) */ background-color: rgba(64, 224, 208, 0.5); /* Lighter variant for hover states */ background-color: hsl(174, 72%, 66%); /* Darker variant for active states */ background-color: hsl(174, 72%, 46%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Turquoise without changing its core hue or saturation.
Colors That Go With Turquoise
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Turquoise?
What is Turquoise in RGB and when should I use RGB?
How to use Turquoise in CSS with different color formats?
What is the HSL value of Turquoise and why is HSL useful for designers?
What is the CMYK value of Turquoise for print design?
What colors pair well with Turquoise in design projects?
Is Turquoise (#40E0D0) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.