Shades of Pale Turquoise #A0FCED
Tints of Pale Turquoise #A0FCED
RGB
CMYK
RGB Variations
Color information
#A0FCED (or 0xA0FCED) is known color: Pale Turquoise. HEX triplet: A0, FC and ED. RGB value is (160,252,237). Sum of RGB (Red+Green+Blue) = 160+252+237=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCED is #5F0312. Grayscale: #DEDEDE. Windows color (decimal): -6226707 or 15596704. OLE color: 15596704.
HSL color Cylindrical-coordinate representation of color #A0FCED: hue angle of 170.22º 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 #A0FCED is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 237 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.01 |
| HSL | 170.22º | 0.94% | 0.81% | - |
| HSV(B) | 170.22º | 0.37% | 0.99% | - |
| XYZ | 64.59 | 83.21 | 92.78 | - |
| YUV | 222.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 237 | 0.37 | 0 | 0.06 | 0.01 | 170.22 | 0.94 | 0.81 |
| Hex | A0 | FC | ED | 25 | 0 | 6 | 1 | AA | 5E | 51 |
| Octal | 240 | 374 | 355 | 45 | 0 | 6 | 1 | 252 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11101101 | 100101 | 0 | 110 | 1 | 10101010 | 1011110 | 1010001 |
Color Harmonies of #A0FCED
Complementary color
Monochromatic Colors of #A0FCED
Black with #A0FCED
Text Example
Text Example
White with #A0FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCED; }
p { color: rgb(160,252,237); }
H1.HeaderClassName
{
color: #A0FCED;
}
.AnyTagClassName
{
color: #A0FCED;
}
</style>
background-color css
<style>
a { background-color: #A0FCED; }
a { background-color: rgb(160,252,237); }
div.DivClassName
{
background-color: #A0FCED;
}
.BgClassName
{
background-color: #A0FCED;
}
</style>
border-color css
<style>
span { border-color: #A0FCED; }
span { border-color: rgb(160,252,237); }
td.TdClassName
{
border-color: #A0FCED;
}
.TagClassName
{
border-color: #A0FCED;
}
</style>