Shades of Pale Turquoise #A8F0EC
Tints of Pale Turquoise #A8F0EC
RGB
CMYK
RGB Variations
Color information
#A8F0EC (or 0xA8F0EC) is known color: Pale Turquoise. HEX triplet: A8, F0 and EC. RGB value is (168,240,236). Sum of RGB (Red+Green+Blue) = 168+240+236=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0EC is #570F13. Grayscale: #D9D9D9. Windows color (decimal): -5705492 or 15528104. OLE color: 15528104.
HSL color Cylindrical-coordinate representation of color #A8F0EC: hue angle of 176.67º 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 #A8F0EC is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 240 | 236 | - |
CMYK | 0.3 | 0 | 0.02 | 0.06 |
HSL | 176.67º | 0.71% | 0.8% | - |
HSV(B) | 176.67º | 0.3% | 0.94% | - |
XYZ | 62.45 | 76.7 | 90.87 | - |
YUV | 218.02 | 138.15 | 92.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 240 | 236 | 0.3 | 0 | 0.02 | 0.06 | 176.67 | 0.71 | 0.8 |
Hex | A8 | F0 | EC | 1E | 0 | 2 | 6 | B1 | 47 | 50 |
Octal | 250 | 360 | 354 | 36 | 0 | 2 | 6 | 261 | 107 | 120 |
Binary | 10101000 | 11110000 | 11101100 | 11110 | 0 | 10 | 110 | 10110001 | 1000111 | 1010000 |
Color Harmonies of #A8F0EC
Complementary color
Monochromatic Colors of #A8F0EC
Black with #A8F0EC
Text Example
Text Example
White with #A8F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0EC; }
p { color: rgb(168,240,236); }
H1.HeaderClassName
{
color: #A8F0EC;
}
.AnyTagClassName
{
color: #A8F0EC;
}
</style>
background-color css
<style>
a { background-color: #A8F0EC; }
a { background-color: rgb(168,240,236); }
div.DivClassName
{
background-color: #A8F0EC;
}
.BgClassName
{
background-color: #A8F0EC;
}
</style>
border-color css
<style>
span { border-color: #A8F0EC; }
span { border-color: rgb(168,240,236); }
td.TdClassName
{
border-color: #A8F0EC;
}
.TagClassName
{
border-color: #A8F0EC;
}
</style>