Shades of Pale Turquoise #A0ECE5
Tints of Pale Turquoise #A0ECE5
RGB
CMYK
RGB Variations
Color information
#A0ECE5 (or 0xA0ECE5) is known color: Pale Turquoise. HEX triplet: A0, EC and E5. RGB value is (160,236,229). Sum of RGB (Red+Green+Blue) = 160+236+229=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECE5 is #5F131A. Grayscale: #D4D4D4. Windows color (decimal): -6230811 or 15068320. OLE color: 15068320.
HSL color Cylindrical-coordinate representation of color #A0ECE5: hue angle of 174.47º 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 #A0ECE5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 229 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.07 |
| HSL | 174.47º | 0.67% | 0.78% | - |
| HSV(B) | 174.47º | 0.32% | 0.93% | - |
| XYZ | 58.64 | 73.12 | 85.15 | - |
| YUV | 212.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 229 | 0.32 | 0 | 0.03 | 0.07 | 174.47 | 0.67 | 0.78 |
| Hex | A0 | EC | E5 | 20 | 0 | 3 | 7 | AE | 43 | 4E |
| Octal | 240 | 354 | 345 | 40 | 0 | 3 | 7 | 256 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11100101 | 100000 | 0 | 11 | 111 | 10101110 | 1000011 | 1001110 |
Color Harmonies of #A0ECE5
Complementary color
Monochromatic Colors of #A0ECE5
Black with #A0ECE5
Text Example
Text Example
White with #A0ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECE5; }
p { color: rgb(160,236,229); }
H1.HeaderClassName
{
color: #A0ECE5;
}
.AnyTagClassName
{
color: #A0ECE5;
}
</style>
background-color css
<style>
a { background-color: #A0ECE5; }
a { background-color: rgb(160,236,229); }
div.DivClassName
{
background-color: #A0ECE5;
}
.BgClassName
{
background-color: #A0ECE5;
}
</style>
border-color css
<style>
span { border-color: #A0ECE5; }
span { border-color: rgb(160,236,229); }
td.TdClassName
{
border-color: #A0ECE5;
}
.TagClassName
{
border-color: #A0ECE5;
}
</style>