Shades of Pale Turquoise #A0EEE8
Tints of Pale Turquoise #A0EEE8
RGB
CMYK
RGB Variations
Color information
#A0EEE8 (or 0xA0EEE8) is known color: Pale Turquoise. HEX triplet: A0, EE and E8. RGB value is (160,238,232). Sum of RGB (Red+Green+Blue) = 160+238+232=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEE8 is #5F1117. Grayscale: #D5D5D5. Windows color (decimal): -6230296 or 15265440. OLE color: 15265440.
HSL color Cylindrical-coordinate representation of color #A0EEE8: hue angle of 175.38º 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 #A0EEE8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 232 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.07 |
| HSL | 175.38º | 0.7% | 0.78% | - |
| HSV(B) | 175.38º | 0.33% | 0.93% | - |
| XYZ | 59.64 | 74.45 | 87.57 | - |
| YUV | 213.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 232 | 0.33 | 0 | 0.03 | 0.07 | 175.38 | 0.7 | 0.78 |
| Hex | A0 | EE | E8 | 21 | 0 | 3 | 7 | AF | 46 | 4E |
| Octal | 240 | 356 | 350 | 41 | 0 | 3 | 7 | 257 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11101000 | 100001 | 0 | 11 | 111 | 10101111 | 1000110 | 1001110 |
Color Harmonies of #A0EEE8
Complementary color
Monochromatic Colors of #A0EEE8
Black with #A0EEE8
Text Example
Text Example
White with #A0EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEE8; }
p { color: rgb(160,238,232); }
H1.HeaderClassName
{
color: #A0EEE8;
}
.AnyTagClassName
{
color: #A0EEE8;
}
</style>
background-color css
<style>
a { background-color: #A0EEE8; }
a { background-color: rgb(160,238,232); }
div.DivClassName
{
background-color: #A0EEE8;
}
.BgClassName
{
background-color: #A0EEE8;
}
</style>
border-color css
<style>
span { border-color: #A0EEE8; }
span { border-color: rgb(160,238,232); }
td.TdClassName
{
border-color: #A0EEE8;
}
.TagClassName
{
border-color: #A0EEE8;
}
</style>