Shades of Pale Turquoise #A8F5EC
Tints of Pale Turquoise #A8F5EC
RGB
CMYK
RGB Variations
Color information
#A8F5EC (or 0xA8F5EC) is known color: Pale Turquoise. HEX triplet: A8, F5 and EC. RGB value is (168,245,236). Sum of RGB (Red+Green+Blue) = 168+245+236=649 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.89% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5EC is #570A13. Grayscale: #DCDCDC. Windows color (decimal): -5704212 or 15529384. OLE color: 15529384.
HSL color Cylindrical-coordinate representation of color #A8F5EC: hue angle of 172.99º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5EC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 245 | 236 | - |
CMYK | 0.31 | 0 | 0.04 | 0.04 |
HSL | 172.99º | 0.79% | 0.81% | - |
HSV(B) | 172.99º | 0.31% | 0.96% | - |
XYZ | 63.94 | 79.69 | 91.37 | - |
YUV | 220.95 | 136.49 | 90.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 245 | 236 | 0.31 | 0 | 0.04 | 0.04 | 172.99 | 0.79 | 0.81 |
Hex | A8 | F5 | EC | 1F | 0 | 4 | 4 | AD | 4F | 51 |
Octal | 250 | 365 | 354 | 37 | 0 | 4 | 4 | 255 | 117 | 121 |
Binary | 10101000 | 11110101 | 11101100 | 11111 | 0 | 100 | 100 | 10101101 | 1001111 | 1010001 |
Color Harmonies of #A8F5EC
Complementary color
Monochromatic Colors of #A8F5EC
Black with #A8F5EC
Text Example
Text Example
White with #A8F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5EC; }
p { color: rgb(168,245,236); }
H1.HeaderClassName
{
color: #A8F5EC;
}
.AnyTagClassName
{
color: #A8F5EC;
}
</style>
background-color css
<style>
a { background-color: #A8F5EC; }
a { background-color: rgb(168,245,236); }
div.DivClassName
{
background-color: #A8F5EC;
}
.BgClassName
{
background-color: #A8F5EC;
}
</style>
border-color css
<style>
span { border-color: #A8F5EC; }
span { border-color: rgb(168,245,236); }
td.TdClassName
{
border-color: #A8F5EC;
}
.TagClassName
{
border-color: #A8F5EC;
}
</style>