What is the HEX code for turquoise green?
The CSS color turquoise green in HEX format is #04f489. Use this value directly in CSS, SVG, and most design tools.
How do I use turquoise green in CSS?
To apply turquoise green in CSS:
- Text color: color: #04f489;
- Background: background-color: #04f489;
- Border: border-color: #04f489;
What are all the color format values for turquoise green?
| Format | Value |
|---|---|
| HEX | #04f489 |
| RGB | rgb(4, 244, 137) |
| HSL | hsl(153.3, 96.8%, 48.6%) |
| CMYK | cmyk(98.4%, 0%, 43.9%, 4.3%) |
How do I convert turquoise green to HEX?
Select turquoise green from the color name list in our color converter. The HEX value — #04f489 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does turquoise green belong to?
turquoise green belongs to the green color family. It is a medium, vivid color with HSL values: hue 153.3°, saturation 96.8%, lightness 48.6%.
How do I create lighter and darker shades of turquoise green?
Lighter variant (lightness 63.6%): #48fcac. Darker variant (lightness 33.6%): #03a95f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.