Shades of Pale Turquoise #A0EAE3
Tints of Pale Turquoise #A0EAE3
RGB
CMYK
RGB Variations
Color information
#A0EAE3 (or 0xA0EAE3) is known color: Pale Turquoise. HEX triplet: A0, EA and E3. RGB value is (160,234,227). Sum of RGB (Red+Green+Blue) = 160+234+227=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAE3 is #5F151C. Grayscale: #D3D3D3. Windows color (decimal): -6231325 or 14936736. OLE color: 14936736.
HSL color Cylindrical-coordinate representation of color #A0EAE3: hue angle of 174.32º 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 #A0EAE3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 227 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.08 |
| HSL | 174.32º | 0.64% | 0.77% | - |
| HSV(B) | 174.32º | 0.32% | 0.92% | - |
| XYZ | 57.79 | 71.87 | 83.5 | - |
| YUV | 211.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 227 | 0.32 | 0 | 0.03 | 0.08 | 174.32 | 0.64 | 0.77 |
| Hex | A0 | EA | E3 | 20 | 0 | 3 | 8 | AE | 40 | 4D |
| Octal | 240 | 352 | 343 | 40 | 0 | 3 | 10 | 256 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11100011 | 100000 | 0 | 11 | 1000 | 10101110 | 1000000 | 1001101 |
Color Harmonies of #A0EAE3
Complementary color
Monochromatic Colors of #A0EAE3
Black with #A0EAE3
Text Example
Text Example
White with #A0EAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAE3; }
p { color: rgb(160,234,227); }
H1.HeaderClassName
{
color: #A0EAE3;
}
.AnyTagClassName
{
color: #A0EAE3;
}
</style>
background-color css
<style>
a { background-color: #A0EAE3; }
a { background-color: rgb(160,234,227); }
div.DivClassName
{
background-color: #A0EAE3;
}
.BgClassName
{
background-color: #A0EAE3;
}
</style>
border-color css
<style>
span { border-color: #A0EAE3; }
span { border-color: rgb(160,234,227); }
td.TdClassName
{
border-color: #A0EAE3;
}
.TagClassName
{
border-color: #A0EAE3;
}
</style>