Pastel Turquoise Color Hex Code
#99c5c4What is Pastel Turquoise Color Hex Code Color?
Pastel Turquoise Color Hex Code is a light, desaturated, muted cyan color with the hex code #99c5c4. Its RGB value is rgb(153, 197, 196), meaning it contains 153 red, 197 green, and 196 blue light values. In the HSL color model, it has a hue of 179°, saturation of 28%, and lightness of 69%.
Pastel Turquoise Color Hex Code Color Codes
Here are all the color format codes for Pastel Turquoise Color Hex Code:
- HEX: #99c5c4
- RGB: rgb(153, 197, 196)
- HSL: hsl(179°, 28%, 69%)
- CMYK: cmyk(22%, 0%, 1%, 23%)
- Android/Flutter: Color(0xFF99C5C4)
- Swift UIColor: UIColor(red: 0.600, green: 0.773, blue: 0.769, alpha: 1.0)
Is Pastel Turquoise Color Hex Code Accessible?
Pastel Turquoise Color Hex Code (#99c5c4) passes WCAG AA accessibility standards. It has a contrast ratio of 1.89:1 against white and 11.14:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Turquoise Color Hex Code in Design
Pastel Turquoise Color Hex Code is a light cyan tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#c69a9b
for strong contrast.
In CSS, you can use it directly as color: #99c5c4; or
background-color: #99c5c4;.
Pastel Turquoise Color Hex Code Shades and Tints
Shades of Pastel Turquoise Color Hex Code are created by mixing it with black, ranging from the original #99c5c4 down to near-black #88afae. Tints are made by adding white — from the base color up to near-white #f4f9f9. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Turquoise Color Hex Code Color Harmonies
The complementary color of Pastel Turquoise Color Hex Code is #c69a9b. Its analogous colors are #9ab1c6 and #9ac6af. For a triadic palette, combine it with #c59ac6 and #c6c59a.
Frequently Asked Questions
What is the hex code for Pastel Turquoise Color Hex Code?
The hex code for Pastel Turquoise Color Hex Code is #99c5c4.
What is the RGB value of Pastel Turquoise Color Hex Code?
The RGB value is rgb(153, 197, 196). Red channel: 153/255, Green: 197/255, Blue: 196/255.
Is Pastel Turquoise Color Hex Code good for web accessibility?
Pastel Turquoise Color Hex Code has a contrast ratio of 1.89:1 with white and 11.14:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Turquoise Color Hex Code?
Pastel Turquoise Color Hex Code pairs well with its complementary color #c69a9b, analogous colors #9ab1c6 and #9ac6af, or neutral whites and grays for a clean, modern look.
How do I use Pastel Turquoise Color Hex Code in CSS?
Use it in CSS like this:
background-color: #99c5c4;
color: #99c5c4;
Or as a CSS variable: --color-primary: #99c5c4;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #99c5c4;
--color-primary-rgb: 153, 197, 196;
--color-primary-hsl: 179 28% 69%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-turquoise-color-hex-code': {
DEFAULT: '#99c5c4',
100: '#ffffff',
200: '#f4f9f9',
300: '#e9f2f2',
400: '#ddecec',
500: '#d2e6e5',
600: '#88afae',
700: '#779998',
800: '#668383',
900: '#556d6d',
950: '#445857',
}
}
'base': #99c5c4,
'light': #e9f2f2,
'dark': #779998,
'rgb': 153, 197, 196
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.