Shades of Pale Turquoise #A2ECED
Tints of Pale Turquoise #A2ECED
RGB
CMYK
RGB Variations
Color information
#A2ECED (or 0xA2ECED) is known color: Pale Turquoise. HEX triplet: A2, EC and ED. RGB value is (162,236,237). Sum of RGB (Red+Green+Blue) = 162+236+237=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECED is #5D1312. Grayscale: #D5D5D5. Windows color (decimal): -6099731 or 15592610. OLE color: 15592610.
HSL color Cylindrical-coordinate representation of color #A2ECED: hue angle of 180.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2ECED is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 237 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.07 |
| HSL | 180.8º | 0.68% | 0.78% | - |
| HSV(B) | 180.8º | 0.32% | 0.93% | - |
| XYZ | 60.18 | 73.79 | 91.19 | - |
| YUV | 213.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 237 | 0.32 | 0.00 | 0 | 0.07 | 180.8 | 0.68 | 0.78 |
| Hex | A2 | EC | ED | 20 | 0 | 0 | 7 | B5 | 44 | 4E |
| Octal | 242 | 354 | 355 | 40 | 0 | 0 | 7 | 265 | 104 | 116 |
| Binary | 10100010 | 11101100 | 11101101 | 100000 | 0 | 0 | 111 | 10110101 | 1000100 | 1001110 |
Color Harmonies of #A2ECED
Complementary color
Monochromatic Colors of #A2ECED
Black with #A2ECED
Text Example
Text Example
White with #A2ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECED; }
p { color: rgb(162,236,237); }
H1.HeaderClassName
{
color: #A2ECED;
}
.AnyTagClassName
{
color: #A2ECED;
}
</style>
background-color css
<style>
a { background-color: #A2ECED; }
a { background-color: rgb(162,236,237); }
div.DivClassName
{
background-color: #A2ECED;
}
.BgClassName
{
background-color: #A2ECED;
}
</style>
border-color css
<style>
span { border-color: #A2ECED; }
span { border-color: rgb(162,236,237); }
td.TdClassName
{
border-color: #A2ECED;
}
.TagClassName
{
border-color: #A2ECED;
}
</style>