HTML color codes for pale turquoise - hexadecimal + RGB

Discover all HTML codes for the color pale turquoise - hexadecimal, rgb, hsl, hsv, and cmyk, as well as different combinations, schemes, temperatures, hues, and types of pale turquoise color.

#afeeee

códigos del color pale turquoise

Complementary color of pale turquoise:

The complementary color of a color is the opposite of it on the color wheel (chromatic circle)

#eeafaf

Monochromatic scheme of the color pale turquoise

#458282
#63a0a0
#81bebe
#9fdede
#bbf1f0
#d3f5f5
#e9fafa
#ffffff

This scheme is based on the color pale turquoise and is composed of different hues, tones, and shades, both dark and light.

HTML and CSS codes for the color pale turquoise

formatcode
hex#afeeee
rgbrgb(175,238,238)
hslhsl(180,65%,81%)
cmykcmyk(27, 0, 0, 7)
hsvhsv(180, 27%, 94%)

What is the pale turquoise color in RGB format?

The pale turquoise color in RGB format is composed of (175 in the red channel), (238 in the green channel), and (238 in the blue channel).

What is the pale turquoise color in CMYK format?

It is composed of (27%) cyan, (0%) magenta, (0%) yellow, and (7%) black / key.

What is the composition of the pale turquoise color in HSL?

It is composed of (180°) hue, (65%) saturation, and (81%) lightness.

What is the pale turquoise color in HSV format?

The pale turquoise color in HSV format is composed of (180°) hue, (27%) saturation, and (94%) value.

Analogous scheme of the color pale turquoise

Analogous colors are obtained from the two closest colors within the color wheel.

#afeeee
#afcfee
#afeecf

Triadic scheme of the color pale turquoise

The triadic scheme is obtained from 3 colors equally spaced from each other within the color wheel

#afeeee
#eeafee
#eeeeaf

Tetradic scheme of the color pale turquoise

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#afeeee
#ceafee
#eeafaf
#ceeeaf

Split complementary scheme of the color pale turquoise

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#afeeee
#bcafee
#eed5af

Tints of the color pale turquoise

Tints are obtained from the base color pale turquoise up to reaching white, finding in between shades of pastel colors.

#afeeee
#bff1f1
#cff5f5
#dff8f8
#effcfc
#ffffff

Shades of the color pale turquoise

These shades are obtained from the base color pale turquoise up to reaching black.

#afeeee
#8cbebe
#698f8f
#465f5f
#233030
#000000

Check the contrast of the color pale turquoise.

You can now validate the contrast relationship of the color pale turquoise, whether using it as a background color or as a text color.

Change the text color.
Contrast ratio: 1.29

Contrast ratio test of the color pale turquoise as a background

Change the background color
Contrast ratio: 12.11

Contrast ratio test of the color pale turquoise as text.

How to implement the color pale turquoise in HTML and CSS

Here are examples of code to use the pale turquoise on your web page. Remember that you can implement the color in HTML using color codes such as hexadecimal, RGB, or HSL, and also directly with the color name written in English (as long as it is natively supported by HTML).

Background color pale turquoise in HTML - CSS.

To set the background color, you can use inline styles or apply them in a CSS stylesheet

<div style="background:#afeeee;"> Color pale turquoise as the background of a div.</div>
/* Color pale turquoise as the background of the body tag with CSS. */
body {
background: #afeeee;
}

To set the text color pale turquoise in HTML - CSS.

To set the text color, you can use inline styles or apply them in a CSS stylesheet.

<p style="color:#afeeee;"> Color pale turquoise as the text color.</p>
p {
color:#afeeee ;
}

Here are more colors with all their codes