Shades of Pale Turquoise #A8F0EF
Tints of Pale Turquoise #A8F0EF
RGB
CMYK
RGB Variations
Color information
#A8F0EF (or 0xA8F0EF) is known color: Pale Turquoise. HEX triplet: A8, F0 and EF. RGB value is (168,240,239). Sum of RGB (Red+Green+Blue) = 168+240+239=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0EF is #570F10. Grayscale: #DADADA. Windows color (decimal): -5705489 or 15724712. OLE color: 15724712.
HSL color Cylindrical-coordinate representation of color #A8F0EF: hue angle of 179.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0EF is Cyan = 0.3, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 239 | - |
| CMYK | 0.3 | 0 | 0.00 | 0.06 |
| HSL | 179.17º | 0.71% | 0.8% | - |
| HSV(B) | 179.17º | 0.3% | 0.94% | - |
| XYZ | 62.89 | 76.88 | 93.19 | - |
| YUV | 218.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 239 | 0.3 | 0 | 0.00 | 0.06 | 179.17 | 0.71 | 0.8 |
| Hex | A8 | F0 | EF | 1E | 0 | 0 | 6 | B3 | 47 | 50 |
| Octal | 250 | 360 | 357 | 36 | 0 | 0 | 6 | 263 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11101111 | 11110 | 0 | 0 | 110 | 10110011 | 1000111 | 1010000 |
Color Harmonies of #A8F0EF
Complementary color
Monochromatic Colors of #A8F0EF
Black with #A8F0EF
Text Example
Text Example
White with #A8F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0EF; }
p { color: rgb(168,240,239); }
H1.HeaderClassName
{
color: #A8F0EF;
}
.AnyTagClassName
{
color: #A8F0EF;
}
</style>
background-color css
<style>
a { background-color: #A8F0EF; }
a { background-color: rgb(168,240,239); }
div.DivClassName
{
background-color: #A8F0EF;
}
.BgClassName
{
background-color: #A8F0EF;
}
</style>
border-color css
<style>
span { border-color: #A8F0EF; }
span { border-color: rgb(168,240,239); }
td.TdClassName
{
border-color: #A8F0EF;
}
.TagClassName
{
border-color: #A8F0EF;
}
</style>