Shades of Pale Turquoise #A8F8EF
Tints of Pale Turquoise #A8F8EF
RGB
CMYK
RGB Variations
Color information
#A8F8EF (or 0xA8F8EF) is known color: Pale Turquoise. HEX triplet: A8, F8 and EF. RGB value is (168,248,239). Sum of RGB (Red+Green+Blue) = 168+248+239=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8EF is #570710. Grayscale: #DFDFDF. Windows color (decimal): -5703441 or 15726760. OLE color: 15726760.
HSL color Cylindrical-coordinate representation of color #A8F8EF: hue angle of 173.25º 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 #A8F8EF is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 239 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.03 |
| HSL | 173.25º | 0.85% | 0.82% | - |
| HSV(B) | 173.25º | 0.32% | 0.97% | - |
| XYZ | 65.3 | 81.69 | 93.99 | - |
| YUV | 223.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 239 | 0.32 | 0 | 0.04 | 0.03 | 173.25 | 0.85 | 0.82 |
| Hex | A8 | F8 | EF | 20 | 0 | 4 | 3 | AD | 55 | 52 |
| Octal | 250 | 370 | 357 | 40 | 0 | 4 | 3 | 255 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11101111 | 100000 | 0 | 100 | 11 | 10101101 | 1010101 | 1010010 |
Color Harmonies of #A8F8EF
Complementary color
Monochromatic Colors of #A8F8EF
Black with #A8F8EF
Text Example
Text Example
White with #A8F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8EF; }
p { color: rgb(168,248,239); }
H1.HeaderClassName
{
color: #A8F8EF;
}
.AnyTagClassName
{
color: #A8F8EF;
}
</style>
background-color css
<style>
a { background-color: #A8F8EF; }
a { background-color: rgb(168,248,239); }
div.DivClassName
{
background-color: #A8F8EF;
}
.BgClassName
{
background-color: #A8F8EF;
}
</style>
border-color css
<style>
span { border-color: #A8F8EF; }
span { border-color: rgb(168,248,239); }
td.TdClassName
{
border-color: #A8F8EF;
}
.TagClassName
{
border-color: #A8F8EF;
}
</style>