Shades of Pale Turquoise #A0EEE4
Tints of Pale Turquoise #A0EEE4
RGB
CMYK
RGB Variations
Color information
#A0EEE4 (or 0xA0EEE4) is known color: Pale Turquoise. HEX triplet: A0, EE and E4. RGB value is (160,238,228). Sum of RGB (Red+Green+Blue) = 160+238+228=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEE4 is #5F111B. Grayscale: #D5D5D5. Windows color (decimal): -6230300 or 15003296. OLE color: 15003296.
HSL color Cylindrical-coordinate representation of color #A0EEE4: hue angle of 172.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEE4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 228 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.07 |
| HSL | 172.31º | 0.7% | 0.78% | - |
| HSV(B) | 172.31º | 0.33% | 0.93% | - |
| XYZ | 59.08 | 74.22 | 84.61 | - |
| YUV | 213.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 228 | 0.33 | 0 | 0.04 | 0.07 | 172.31 | 0.7 | 0.78 |
| Hex | A0 | EE | E4 | 21 | 0 | 4 | 7 | AC | 46 | 4E |
| Octal | 240 | 356 | 344 | 41 | 0 | 4 | 7 | 254 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11100100 | 100001 | 0 | 100 | 111 | 10101100 | 1000110 | 1001110 |
Color Harmonies of #A0EEE4
Complementary color
Monochromatic Colors of #A0EEE4
Black with #A0EEE4
Text Example
Text Example
White with #A0EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEE4; }
p { color: rgb(160,238,228); }
H1.HeaderClassName
{
color: #A0EEE4;
}
.AnyTagClassName
{
color: #A0EEE4;
}
</style>
background-color css
<style>
a { background-color: #A0EEE4; }
a { background-color: rgb(160,238,228); }
div.DivClassName
{
background-color: #A0EEE4;
}
.BgClassName
{
background-color: #A0EEE4;
}
</style>
border-color css
<style>
span { border-color: #A0EEE4; }
span { border-color: rgb(160,238,228); }
td.TdClassName
{
border-color: #A0EEE4;
}
.TagClassName
{
border-color: #A0EEE4;
}
</style>