Shades of Pale Turquoise #A8FCED
Tints of Pale Turquoise #A8FCED
RGB
CMYK
RGB Variations
Color information
#A8FCED (or 0xA8FCED) is known color: Pale Turquoise. HEX triplet: A8, FC and ED. RGB value is (168,252,237). Sum of RGB (Red+Green+Blue) = 168+252+237=657 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.57% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCED is #570312. Grayscale: #E1E1E1. Windows color (decimal): -5702419 or 15596712. OLE color: 15596712.
HSL color Cylindrical-coordinate representation of color #A8FCED: hue angle of 169.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCED is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 252 | 237 | - |
CMYK | 0.33 | 0 | 0.06 | 0.01 |
HSL | 169.29º | 0.93% | 0.82% | - |
HSV(B) | 169.29º | 0.33% | 0.99% | - |
XYZ | 66.24 | 84.06 | 92.85 | - |
YUV | 225.17 | 134.67 | 87.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 252 | 237 | 0.33 | 0 | 0.06 | 0.01 | 169.29 | 0.93 | 0.82 |
Hex | A8 | FC | ED | 21 | 0 | 6 | 1 | A9 | 5D | 52 |
Octal | 250 | 374 | 355 | 41 | 0 | 6 | 1 | 251 | 135 | 122 |
Binary | 10101000 | 11111100 | 11101101 | 100001 | 0 | 110 | 1 | 10101001 | 1011101 | 1010010 |
Color Harmonies of #A8FCED
Complementary color
Monochromatic Colors of #A8FCED
Black with #A8FCED
Text Example
Text Example
White with #A8FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCED; }
p { color: rgb(168,252,237); }
H1.HeaderClassName
{
color: #A8FCED;
}
.AnyTagClassName
{
color: #A8FCED;
}
</style>
background-color css
<style>
a { background-color: #A8FCED; }
a { background-color: rgb(168,252,237); }
div.DivClassName
{
background-color: #A8FCED;
}
.BgClassName
{
background-color: #A8FCED;
}
</style>
border-color css
<style>
span { border-color: #A8FCED; }
span { border-color: rgb(168,252,237); }
td.TdClassName
{
border-color: #A8FCED;
}
.TagClassName
{
border-color: #A8FCED;
}
</style>