Shades of Pale Turquoise #A8ECED
Tints of Pale Turquoise #A8ECED
RGB
CMYK
RGB Variations
Color information
#A8ECED (or 0xA8ECED) is known color: Pale Turquoise. HEX triplet: A8, EC and ED. RGB value is (168,236,237). Sum of RGB (Red+Green+Blue) = 168+236+237=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECED is #571312. Grayscale: #D7D7D7. Windows color (decimal): -5706515 or 15592616. OLE color: 15592616.
HSL color Cylindrical-coordinate representation of color #A8ECED: hue angle of 180.87º 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 #A8ECED is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 236 | 237 | - |
CMYK | 0.29 | 0.00 | 0 | 0.07 |
HSL | 180.87º | 0.66% | 0.79% | - |
HSV(B) | 180.87º | 0.29% | 0.93% | - |
XYZ | 61.43 | 74.43 | 91.25 | - |
YUV | 215.78 | 139.97 | 93.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 236 | 237 | 0.29 | 0.00 | 0 | 0.07 | 180.87 | 0.66 | 0.79 |
Hex | A8 | EC | ED | 1D | 0 | 0 | 7 | B5 | 42 | 4F |
Octal | 250 | 354 | 355 | 35 | 0 | 0 | 7 | 265 | 102 | 117 |
Binary | 10101000 | 11101100 | 11101101 | 11101 | 0 | 0 | 111 | 10110101 | 1000010 | 1001111 |
Color Harmonies of #A8ECED
Complementary color
Monochromatic Colors of #A8ECED
Black with #A8ECED
Text Example
Text Example
White with #A8ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECED; }
p { color: rgb(168,236,237); }
H1.HeaderClassName
{
color: #A8ECED;
}
.AnyTagClassName
{
color: #A8ECED;
}
</style>
background-color css
<style>
a { background-color: #A8ECED; }
a { background-color: rgb(168,236,237); }
div.DivClassName
{
background-color: #A8ECED;
}
.BgClassName
{
background-color: #A8ECED;
}
</style>
border-color css
<style>
span { border-color: #A8ECED; }
span { border-color: rgb(168,236,237); }
td.TdClassName
{
border-color: #A8ECED;
}
.TagClassName
{
border-color: #A8ECED;
}
</style>