Shades of Pale Turquoise #A8EDEC
Tints of Pale Turquoise #A8EDEC
RGB
CMYK
RGB Variations
Color information
#A8EDEC (or 0xA8EDEC) is known color: Pale Turquoise. HEX triplet: A8, ED and EC. RGB value is (168,237,236). Sum of RGB (Red+Green+Blue) = 168+237+236=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDEC is #571213. Grayscale: #D8D8D8. Windows color (decimal): -5706260 or 15527336. OLE color: 15527336.
HSL color Cylindrical-coordinate representation of color #A8EDEC: hue angle of 179.13º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDEC is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 236 | - |
CMYK | 0.29 | 0 | 0.00 | 0.07 |
HSL | 179.13º | 0.66% | 0.79% | - |
HSV(B) | 179.13º | 0.29% | 0.93% | - |
XYZ | 61.57 | 74.95 | 90.58 | - |
YUV | 216.26 | 139.14 | 93.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 236 | 0.29 | 0 | 0.00 | 0.07 | 179.13 | 0.66 | 0.79 |
Hex | A8 | ED | EC | 1D | 0 | 0 | 7 | B3 | 42 | 4F |
Octal | 250 | 355 | 354 | 35 | 0 | 0 | 7 | 263 | 102 | 117 |
Binary | 10101000 | 11101101 | 11101100 | 11101 | 0 | 0 | 111 | 10110011 | 1000010 | 1001111 |
Color Harmonies of #A8EDEC
Complementary color
Monochromatic Colors of #A8EDEC
Black with #A8EDEC
Text Example
Text Example
White with #A8EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDEC; }
p { color: rgb(168,237,236); }
H1.HeaderClassName
{
color: #A8EDEC;
}
.AnyTagClassName
{
color: #A8EDEC;
}
</style>
background-color css
<style>
a { background-color: #A8EDEC; }
a { background-color: rgb(168,237,236); }
div.DivClassName
{
background-color: #A8EDEC;
}
.BgClassName
{
background-color: #A8EDEC;
}
</style>
border-color css
<style>
span { border-color: #A8EDEC; }
span { border-color: rgb(168,237,236); }
td.TdClassName
{
border-color: #A8EDEC;
}
.TagClassName
{
border-color: #A8EDEC;
}
</style>