Shades of Pale Turquoise #A8F8ED
Tints of Pale Turquoise #A8F8ED
RGB
CMYK
RGB Variations
Color information
#A8F8ED (or 0xA8F8ED) is known color: Pale Turquoise. HEX triplet: A8, F8 and ED. RGB value is (168,248,237). Sum of RGB (Red+Green+Blue) = 168+248+237=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8ED is #570712. Grayscale: #DEDEDE. Windows color (decimal): -5703443 or 15595688. OLE color: 15595688.
HSL color Cylindrical-coordinate representation of color #A8F8ED: hue angle of 171.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8ED is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 237 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.03 |
| HSL | 171.75º | 0.85% | 0.82% | - |
| HSV(B) | 171.75º | 0.32% | 0.97% | - |
| XYZ | 65 | 81.57 | 92.44 | - |
| YUV | 222.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 237 | 0.32 | 0 | 0.04 | 0.03 | 171.75 | 0.85 | 0.82 |
| Hex | A8 | F8 | ED | 20 | 0 | 4 | 3 | AC | 55 | 52 |
| Octal | 250 | 370 | 355 | 40 | 0 | 4 | 3 | 254 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11101101 | 100000 | 0 | 100 | 11 | 10101100 | 1010101 | 1010010 |
Color Harmonies of #A8F8ED
Complementary color
Monochromatic Colors of #A8F8ED
Black with #A8F8ED
Text Example
Text Example
White with #A8F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8ED; }
p { color: rgb(168,248,237); }
H1.HeaderClassName
{
color: #A8F8ED;
}
.AnyTagClassName
{
color: #A8F8ED;
}
</style>
background-color css
<style>
a { background-color: #A8F8ED; }
a { background-color: rgb(168,248,237); }
div.DivClassName
{
background-color: #A8F8ED;
}
.BgClassName
{
background-color: #A8F8ED;
}
</style>
border-color css
<style>
span { border-color: #A8F8ED; }
span { border-color: rgb(168,248,237); }
td.TdClassName
{
border-color: #A8F8ED;
}
.TagClassName
{
border-color: #A8F8ED;
}
</style>