Shades of Pale Turquoise #AFEEEB
Tints of Pale Turquoise #AFEEEB
RGB
CMYK
RGB Variations
Color information
#AFEEEB (or 0xAFEEEB) is known color: Pale Turquoise. HEX triplet: AF, EE and EB. RGB value is (175,238,235). Sum of RGB (Red+Green+Blue) = 175+238+235=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEB is #501114. Grayscale: #DADADA. Windows color (decimal): -5247253 or 15462063. OLE color: 15462063.
HSL color Cylindrical-coordinate representation of color #AFEEEB: hue angle of 177.14º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEEB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 235 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.07 |
| HSL | 177.14º | 0.65% | 0.81% | - |
| HSV(B) | 177.14º | 0.26% | 0.93% | - |
| XYZ | 63.25 | 76.26 | 89.98 | - |
| YUV | 218.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 235 | 0.26 | 0 | 0.01 | 0.07 | 177.14 | 0.65 | 0.81 |
| Hex | AF | EE | EB | 1A | 0 | 1 | 7 | B1 | 41 | 51 |
| Octal | 257 | 356 | 353 | 32 | 0 | 1 | 7 | 261 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11101011 | 11010 | 0 | 1 | 111 | 10110001 | 1000001 | 1010001 |
Color Harmonies of #AFEEEB
Complementary color
Monochromatic Colors of #AFEEEB
Black with #AFEEEB
Text Example
Text Example
White with #AFEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEEB; }
p { color: rgb(175,238,235); }
H1.HeaderClassName
{
color: #AFEEEB;
}
.AnyTagClassName
{
color: #AFEEEB;
}
</style>
background-color css
<style>
a { background-color: #AFEEEB; }
a { background-color: rgb(175,238,235); }
div.DivClassName
{
background-color: #AFEEEB;
}
.BgClassName
{
background-color: #AFEEEB;
}
</style>
border-color css
<style>
span { border-color: #AFEEEB; }
span { border-color: rgb(175,238,235); }
td.TdClassName
{
border-color: #AFEEEB;
}
.TagClassName
{
border-color: #AFEEEB;
}
</style>