Shades of Pale Turquoise #A8FAEF
Tints of Pale Turquoise #A8FAEF
RGB
CMYK
RGB Variations
Color information
#A8FAEF (or 0xA8FAEF) is known color: Pale Turquoise. HEX triplet: A8, FA and EF. RGB value is (168,250,239). Sum of RGB (Red+Green+Blue) = 168+250+239=657 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.57% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAEF is #570510. Grayscale: #E0E0E0. Windows color (decimal): -5702929 or 15727272. OLE color: 15727272.
HSL color Cylindrical-coordinate representation of color #A8FAEF: hue angle of 171.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAEF is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 239 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.02 |
| HSL | 171.95º | 0.89% | 0.82% | - |
| HSV(B) | 171.95º | 0.33% | 0.98% | - |
| XYZ | 65.91 | 82.93 | 94.19 | - |
| YUV | 224.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 239 | 0.33 | 0 | 0.04 | 0.02 | 171.95 | 0.89 | 0.82 |
| Hex | A8 | FA | EF | 21 | 0 | 4 | 2 | AC | 59 | 52 |
| Octal | 250 | 372 | 357 | 41 | 0 | 4 | 2 | 254 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11101111 | 100001 | 0 | 100 | 10 | 10101100 | 1011001 | 1010010 |
Color Harmonies of #A8FAEF
Complementary color
Monochromatic Colors of #A8FAEF
Black with #A8FAEF
Text Example
Text Example
White with #A8FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAEF; }
p { color: rgb(168,250,239); }
H1.HeaderClassName
{
color: #A8FAEF;
}
.AnyTagClassName
{
color: #A8FAEF;
}
</style>
background-color css
<style>
a { background-color: #A8FAEF; }
a { background-color: rgb(168,250,239); }
div.DivClassName
{
background-color: #A8FAEF;
}
.BgClassName
{
background-color: #A8FAEF;
}
</style>
border-color css
<style>
span { border-color: #A8FAEF; }
span { border-color: rgb(168,250,239); }
td.TdClassName
{
border-color: #A8FAEF;
}
.TagClassName
{
border-color: #A8FAEF;
}
</style>