Turquoise Green Hex Code — #A0D6B4
RGB, HSL, and CMYK values for Turquoise Green.
Last updated: April 6, 2026
Turquoise Green Color Values
| Format | Value |
|---|---|
| HEX | #A0D6B4 |
| RGB | rgb(160, 214, 180) |
| HSL | hsl(142, 40%, 73%) |
| CMYK | cmyk(25%, 0%, 16%, 16%) |
About Turquoise Green
Color psychology: Refreshment, calm.
Turquoise Green (#A0D6B4) is a light shade of green with a hue angle of 142° on the color wheel, 40% saturation, and 73% lightness. It's commonly used in web design, graphic design, and branding where refreshment, calm are desired associations.
In color theory, Turquoise Green sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Turquoise Green in Design
Web Design
Use Turquoise Green as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Turquoise Green conveys refreshment, calm — 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:25% M:0% Y:16% K:16%) 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 Green work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Turquoise Green in CSS
/* Using HEX */ color: #A0D6B4; background-color: #A0D6B4; /* Using RGB */ color: rgb(160, 214, 180); /* Using HSL — best for creating variations */ color: hsl(142, 40%, 73%); /* Transparent overlay (50% opacity) */ background-color: rgba(160, 214, 180, 0.5); /* Lighter variant for hover states */ background-color: hsl(142, 40%, 83%); /* Darker variant for active states */ background-color: hsl(142, 40%, 63%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Turquoise Green without changing its core hue or saturation.
Colors That Go With Turquoise Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Turquoise Green?
What is Turquoise Green in RGB and when should I use RGB?
How to use Turquoise Green in CSS with different color formats?
What is the HSL value of Turquoise Green and why is HSL useful for designers?
What is the CMYK value of Turquoise Green for print design?
What colors pair well with Turquoise Green in design projects?
Is Turquoise Green (#A0D6B4) 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.