Shades of Pale Turquoise #A0EAE6
Tints of Pale Turquoise #A0EAE6
RGB
CMYK
RGB Variations
Color information
#A0EAE6 (or 0xA0EAE6) is known color: Pale Turquoise. HEX triplet: A0, EA and E6. RGB value is (160,234,230). Sum of RGB (Red+Green+Blue) = 160+234+230=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAE6 is #5F1519. Grayscale: #D3D3D3. Windows color (decimal): -6231322 or 15133344. OLE color: 15133344.
HSL color Cylindrical-coordinate representation of color #A0EAE6: hue angle of 176.76º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAE6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 230 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.08 |
| HSL | 176.76º | 0.64% | 0.77% | - |
| HSV(B) | 176.76º | 0.32% | 0.92% | - |
| XYZ | 58.2 | 72.03 | 85.7 | - |
| YUV | 211.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 230 | 0.32 | 0 | 0.02 | 0.08 | 176.76 | 0.64 | 0.77 |
| Hex | A0 | EA | E6 | 20 | 0 | 2 | 8 | B1 | 40 | 4D |
| Octal | 240 | 352 | 346 | 40 | 0 | 2 | 10 | 261 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11100110 | 100000 | 0 | 10 | 1000 | 10110001 | 1000000 | 1001101 |
Color Harmonies of #A0EAE6
Complementary color
Monochromatic Colors of #A0EAE6
Black with #A0EAE6
Text Example
Text Example
White with #A0EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAE6; }
p { color: rgb(160,234,230); }
H1.HeaderClassName
{
color: #A0EAE6;
}
.AnyTagClassName
{
color: #A0EAE6;
}
</style>
background-color css
<style>
a { background-color: #A0EAE6; }
a { background-color: rgb(160,234,230); }
div.DivClassName
{
background-color: #A0EAE6;
}
.BgClassName
{
background-color: #A0EAE6;
}
</style>
border-color css
<style>
span { border-color: #A0EAE6; }
span { border-color: rgb(160,234,230); }
td.TdClassName
{
border-color: #A0EAE6;
}
.TagClassName
{
border-color: #A0EAE6;
}
</style>