Shades of Pale Turquoise #A0EEED
Tints of Pale Turquoise #A0EEED
RGB
CMYK
RGB Variations
Color information
#A0EEED (or 0xA0EEED) is known color: Pale Turquoise. HEX triplet: A0, EE and ED. RGB value is (160,238,237). Sum of RGB (Red+Green+Blue) = 160+238+237=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEED is #5F1112. Grayscale: #D6D6D6. Windows color (decimal): -6230291 or 15593120. OLE color: 15593120.
HSL color Cylindrical-coordinate representation of color #A0EEED: hue angle of 179.23º 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 #A0EEED is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 237 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.07 |
| HSL | 179.23º | 0.7% | 0.78% | - |
| HSV(B) | 179.23º | 0.33% | 0.93% | - |
| XYZ | 60.36 | 74.74 | 91.37 | - |
| YUV | 214.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 237 | 0.33 | 0 | 0.00 | 0.07 | 179.23 | 0.7 | 0.78 |
| Hex | A0 | EE | ED | 21 | 0 | 0 | 7 | B3 | 46 | 4E |
| Octal | 240 | 356 | 355 | 41 | 0 | 0 | 7 | 263 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11101101 | 100001 | 0 | 0 | 111 | 10110011 | 1000110 | 1001110 |
Color Harmonies of #A0EEED
Complementary color
Monochromatic Colors of #A0EEED
Black with #A0EEED
Text Example
Text Example
White with #A0EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEED; }
p { color: rgb(160,238,237); }
H1.HeaderClassName
{
color: #A0EEED;
}
.AnyTagClassName
{
color: #A0EEED;
}
</style>
background-color css
<style>
a { background-color: #A0EEED; }
a { background-color: rgb(160,238,237); }
div.DivClassName
{
background-color: #A0EEED;
}
.BgClassName
{
background-color: #A0EEED;
}
</style>
border-color css
<style>
span { border-color: #A0EEED; }
span { border-color: rgb(160,238,237); }
td.TdClassName
{
border-color: #A0EEED;
}
.TagClassName
{
border-color: #A0EEED;
}
</style>