Shades of Pale Turquoise #A0ECE3
Tints of Pale Turquoise #A0ECE3
RGB
CMYK
RGB Variations
Color information
#A0ECE3 (or 0xA0ECE3) is known color: Pale Turquoise. HEX triplet: A0, EC and E3. RGB value is (160,236,227). Sum of RGB (Red+Green+Blue) = 160+236+227=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECE3 is #5F131C. Grayscale: #D4D4D4. Windows color (decimal): -6230813 or 14937248. OLE color: 14937248.
HSL color Cylindrical-coordinate representation of color #A0ECE3: hue angle of 172.89º 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 #A0ECE3 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 227 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.07 |
| HSL | 172.89º | 0.67% | 0.78% | - |
| HSV(B) | 172.89º | 0.32% | 0.93% | - |
| XYZ | 58.36 | 73.01 | 83.69 | - |
| YUV | 212.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 227 | 0.32 | 0 | 0.04 | 0.07 | 172.89 | 0.67 | 0.78 |
| Hex | A0 | EC | E3 | 20 | 0 | 4 | 7 | AD | 43 | 4E |
| Octal | 240 | 354 | 343 | 40 | 0 | 4 | 7 | 255 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11100011 | 100000 | 0 | 100 | 111 | 10101101 | 1000011 | 1001110 |
Color Harmonies of #A0ECE3
Complementary color
Monochromatic Colors of #A0ECE3
Black with #A0ECE3
Text Example
Text Example
White with #A0ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECE3; }
p { color: rgb(160,236,227); }
H1.HeaderClassName
{
color: #A0ECE3;
}
.AnyTagClassName
{
color: #A0ECE3;
}
</style>
background-color css
<style>
a { background-color: #A0ECE3; }
a { background-color: rgb(160,236,227); }
div.DivClassName
{
background-color: #A0ECE3;
}
.BgClassName
{
background-color: #A0ECE3;
}
</style>
border-color css
<style>
span { border-color: #A0ECE3; }
span { border-color: rgb(160,236,227); }
td.TdClassName
{
border-color: #A0ECE3;
}
.TagClassName
{
border-color: #A0ECE3;
}
</style>