What is the HEX code for pale turquoise?
The CSS color pale turquoise in HEX format is #a5fbd5. Use this value directly in CSS, SVG, and most design tools.
How do I use pale turquoise in CSS?
To apply pale turquoise in CSS:
- Text color: color: #a5fbd5;
- Background: background-color: #a5fbd5;
- Border: border-color: #a5fbd5;
What are all the color format values for pale turquoise?
| Format | Value |
|---|---|
| HEX | #a5fbd5 |
| RGB | rgb(165, 251, 213) |
| HSL | hsl(153.5, 91.5%, 81.6%) |
| CMYK | cmyk(34.3%, 0%, 15.1%, 1.6%) |
How do I convert pale turquoise to HEX?
Select pale turquoise from the color name list in our color converter. The HEX value — #a5fbd5 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale turquoise belong to?
pale turquoise belongs to the green color family. It is a light, vivid color with HSL values: hue 153.5°, saturation 91.5%, lightness 81.6%.
How do I create lighter and darker shades of pale turquoise?
Lighter variant (lightness 95%): #e7fef4. Darker variant (lightness 66.6%): #5cf8b3. 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.