Shades of Pale Turquoise #A0FCEB
Tints of Pale Turquoise #A0FCEB
RGB
CMYK
RGB Variations
Color information
#A0FCEB (or 0xA0FCEB) is known color: Pale Turquoise. HEX triplet: A0, FC and EB. RGB value is (160,252,235). Sum of RGB (Red+Green+Blue) = 160+252+235=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCEB is #5F0314. Grayscale: #DEDEDE. Windows color (decimal): -6226709 or 15465632. OLE color: 15465632.
HSL color Cylindrical-coordinate representation of color #A0FCEB: hue angle of 168.91º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCEB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 235 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.01 |
| HSL | 168.91º | 0.94% | 0.81% | - |
| HSV(B) | 168.91º | 0.37% | 0.99% | - |
| XYZ | 64.3 | 83.09 | 91.25 | - |
| YUV | 222.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 235 | 0.37 | 0 | 0.07 | 0.01 | 168.91 | 0.94 | 0.81 |
| Hex | A0 | FC | EB | 25 | 0 | 7 | 1 | A9 | 5E | 51 |
| Octal | 240 | 374 | 353 | 45 | 0 | 7 | 1 | 251 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11101011 | 100101 | 0 | 111 | 1 | 10101001 | 1011110 | 1010001 |
Color Harmonies of #A0FCEB
Complementary color
Monochromatic Colors of #A0FCEB
Black with #A0FCEB
Text Example
Text Example
White with #A0FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCEB; }
p { color: rgb(160,252,235); }
H1.HeaderClassName
{
color: #A0FCEB;
}
.AnyTagClassName
{
color: #A0FCEB;
}
</style>
background-color css
<style>
a { background-color: #A0FCEB; }
a { background-color: rgb(160,252,235); }
div.DivClassName
{
background-color: #A0FCEB;
}
.BgClassName
{
background-color: #A0FCEB;
}
</style>
border-color css
<style>
span { border-color: #A0FCEB; }
span { border-color: rgb(160,252,235); }
td.TdClassName
{
border-color: #A0FCEB;
}
.TagClassName
{
border-color: #A0FCEB;
}
</style>