Shades of Pale Turquoise #A0ECE2
Tints of Pale Turquoise #A0ECE2
RGB
CMYK
RGB Variations
Color information
#A0ECE2 (or 0xA0ECE2) is known color: Pale Turquoise. HEX triplet: A0, EC and E2. RGB value is (160,236,226). Sum of RGB (Red+Green+Blue) = 160+236+226=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECE2 is #5F131D. Grayscale: #D4D4D4. Windows color (decimal): -6230814 or 14871712. OLE color: 14871712.
HSL color Cylindrical-coordinate representation of color #A0ECE2: hue angle of 172.11º degrees, saturation: 0.67, 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 #A0ECE2 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 226 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.07 |
| HSL | 172.11º | 0.67% | 0.78% | - |
| HSV(B) | 172.11º | 0.32% | 0.93% | - |
| XYZ | 58.22 | 72.96 | 82.96 | - |
| YUV | 212.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 226 | 0.32 | 0 | 0.04 | 0.07 | 172.11 | 0.67 | 0.78 |
| Hex | A0 | EC | E2 | 20 | 0 | 4 | 7 | AC | 43 | 4E |
| Octal | 240 | 354 | 342 | 40 | 0 | 4 | 7 | 254 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11100010 | 100000 | 0 | 100 | 111 | 10101100 | 1000011 | 1001110 |
Color Harmonies of #A0ECE2
Complementary color
Monochromatic Colors of #A0ECE2
Black with #A0ECE2
Text Example
Text Example
White with #A0ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECE2; }
p { color: rgb(160,236,226); }
H1.HeaderClassName
{
color: #A0ECE2;
}
.AnyTagClassName
{
color: #A0ECE2;
}
</style>
background-color css
<style>
a { background-color: #A0ECE2; }
a { background-color: rgb(160,236,226); }
div.DivClassName
{
background-color: #A0ECE2;
}
.BgClassName
{
background-color: #A0ECE2;
}
</style>
border-color css
<style>
span { border-color: #A0ECE2; }
span { border-color: rgb(160,236,226); }
td.TdClassName
{
border-color: #A0ECE2;
}
.TagClassName
{
border-color: #A0ECE2;
}
</style>