Shades of Pale Turquoise #A0EFF0
Tints of Pale Turquoise #A0EFF0
RGB
CMYK
RGB Variations
Color information
#A0EFF0 (or 0xA0EFF0) is known color: Pale Turquoise. HEX triplet: A0, EF and F0. RGB value is (160,239,240). Sum of RGB (Red+Green+Blue) = 160+239+240=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EFF0 is #5F100F. Grayscale: #D7D7D7. Windows color (decimal): -6230032 or 15789984. OLE color: 15789984.
HSL color Cylindrical-coordinate representation of color #A0EFF0: hue angle of 180.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 #A0EFF0 is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 240 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.06 |
| HSL | 180.75º | 0.73% | 0.78% | - |
| HSV(B) | 180.75º | 0.33% | 0.94% | - |
| XYZ | 61.09 | 75.5 | 93.79 | - |
| YUV | 215.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 240 | 0.33 | 0.00 | 0 | 0.06 | 180.75 | 0.73 | 0.78 |
| Hex | A0 | EF | F0 | 21 | 0 | 0 | 6 | B5 | 49 | 4E |
| Octal | 240 | 357 | 360 | 41 | 0 | 0 | 6 | 265 | 111 | 116 |
| Binary | 10100000 | 11101111 | 11110000 | 100001 | 0 | 0 | 110 | 10110101 | 1001001 | 1001110 |
Color Harmonies of #A0EFF0
Complementary color
Monochromatic Colors of #A0EFF0
Black with #A0EFF0
Text Example
Text Example
White with #A0EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFF0; }
p { color: rgb(160,239,240); }
H1.HeaderClassName
{
color: #A0EFF0;
}
.AnyTagClassName
{
color: #A0EFF0;
}
</style>
background-color css
<style>
a { background-color: #A0EFF0; }
a { background-color: rgb(160,239,240); }
div.DivClassName
{
background-color: #A0EFF0;
}
.BgClassName
{
background-color: #A0EFF0;
}
</style>
border-color css
<style>
span { border-color: #A0EFF0; }
span { border-color: rgb(160,239,240); }
td.TdClassName
{
border-color: #A0EFF0;
}
.TagClassName
{
border-color: #A0EFF0;
}
</style>