Shades of Pale Turquoise #A0EDE4
Tints of Pale Turquoise #A0EDE4
RGB
CMYK
RGB Variations
Color information
#A0EDE4 (or 0xA0EDE4) is known color: Pale Turquoise. HEX triplet: A0, ED and E4. RGB value is (160,237,228). Sum of RGB (Red+Green+Blue) = 160+237+228=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDE4 is #5F121B. Grayscale: #D4D4D4. Windows color (decimal): -6230556 or 15003040. OLE color: 15003040.
HSL color Cylindrical-coordinate representation of color #A0EDE4: hue angle of 172.99º 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 #A0EDE4 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 228 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.07 |
| HSL | 172.99º | 0.68% | 0.78% | - |
| HSV(B) | 172.99º | 0.32% | 0.93% | - |
| XYZ | 58.78 | 73.64 | 84.52 | - |
| YUV | 212.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 228 | 0.32 | 0 | 0.04 | 0.07 | 172.99 | 0.68 | 0.78 |
| Hex | A0 | ED | E4 | 20 | 0 | 4 | 7 | AD | 44 | 4E |
| Octal | 240 | 355 | 344 | 40 | 0 | 4 | 7 | 255 | 104 | 116 |
| Binary | 10100000 | 11101101 | 11100100 | 100000 | 0 | 100 | 111 | 10101101 | 1000100 | 1001110 |
Color Harmonies of #A0EDE4
Complementary color
Monochromatic Colors of #A0EDE4
Black with #A0EDE4
Text Example
Text Example
White with #A0EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDE4; }
p { color: rgb(160,237,228); }
H1.HeaderClassName
{
color: #A0EDE4;
}
.AnyTagClassName
{
color: #A0EDE4;
}
</style>
background-color css
<style>
a { background-color: #A0EDE4; }
a { background-color: rgb(160,237,228); }
div.DivClassName
{
background-color: #A0EDE4;
}
.BgClassName
{
background-color: #A0EDE4;
}
</style>
border-color css
<style>
span { border-color: #A0EDE4; }
span { border-color: rgb(160,237,228); }
td.TdClassName
{
border-color: #A0EDE4;
}
.TagClassName
{
border-color: #A0EDE4;
}
</style>