Shades of Pale Turquoise #A0F0ED
Tints of Pale Turquoise #A0F0ED
RGB
CMYK
RGB Variations
Color information
#A0F0ED (or 0xA0F0ED) is known color: Pale Turquoise. HEX triplet: A0, F0 and ED. RGB value is (160,240,237). Sum of RGB (Red+Green+Blue) = 160+240+237=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0ED is #5F0F12. Grayscale: #D7D7D7. Windows color (decimal): -6229779 or 15593632. OLE color: 15593632.
HSL color Cylindrical-coordinate representation of color #A0F0ED: hue angle of 177.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0ED is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 237 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.06 |
| HSL | 177.75º | 0.73% | 0.78% | - |
| HSV(B) | 177.75º | 0.33% | 0.94% | - |
| XYZ | 60.94 | 75.91 | 91.56 | - |
| YUV | 215.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 237 | 0.33 | 0 | 0.01 | 0.06 | 177.75 | 0.73 | 0.78 |
| Hex | A0 | F0 | ED | 21 | 0 | 1 | 6 | B2 | 49 | 4E |
| Octal | 240 | 360 | 355 | 41 | 0 | 1 | 6 | 262 | 111 | 116 |
| Binary | 10100000 | 11110000 | 11101101 | 100001 | 0 | 1 | 110 | 10110010 | 1001001 | 1001110 |
Color Harmonies of #A0F0ED
Complementary color
Monochromatic Colors of #A0F0ED
Black with #A0F0ED
Text Example
Text Example
White with #A0F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0ED; }
p { color: rgb(160,240,237); }
H1.HeaderClassName
{
color: #A0F0ED;
}
.AnyTagClassName
{
color: #A0F0ED;
}
</style>
background-color css
<style>
a { background-color: #A0F0ED; }
a { background-color: rgb(160,240,237); }
div.DivClassName
{
background-color: #A0F0ED;
}
.BgClassName
{
background-color: #A0F0ED;
}
</style>
border-color css
<style>
span { border-color: #A0F0ED; }
span { border-color: rgb(160,240,237); }
td.TdClassName
{
border-color: #A0F0ED;
}
.TagClassName
{
border-color: #A0F0ED;
}
</style>