Shades of Pale Turquoise #A0F5FC
Tints of Pale Turquoise #A0F5FC
RGB
CMYK
RGB Variations
Color information
#A0F5FC (or 0xA0F5FC) is known color: Pale Turquoise. HEX triplet: A0, F5 and FC. RGB value is (160,245,252). Sum of RGB (Red+Green+Blue) = 160+245+252=657 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.35% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F5FC is #5F0A03. Grayscale: #DCDCDC. Windows color (decimal): -6228484 or 16577952. OLE color: 16577952.
HSL color Cylindrical-coordinate representation of color #A0F5FC: hue angle of 184.57º 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 #A0F5FC is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 245 | 252 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.01 |
| HSL | 184.57º | 0.94% | 0.81% | - |
| HSV(B) | 184.57º | 0.37% | 0.99% | - |
| XYZ | 64.72 | 79.81 | 104.09 | - |
| YUV | 220.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 252 | 0.37 | 0.03 | 0 | 0.01 | 184.57 | 0.94 | 0.81 |
| Hex | A0 | F5 | FC | 25 | 3 | 0 | 1 | B9 | 5E | 51 |
| Octal | 240 | 365 | 374 | 45 | 3 | 0 | 1 | 271 | 136 | 121 |
| Binary | 10100000 | 11110101 | 11111100 | 100101 | 11 | 0 | 1 | 10111001 | 1011110 | 1010001 |
Color Harmonies of #A0F5FC
Complementary color
Monochromatic Colors of #A0F5FC
Black with #A0F5FC
Text Example
Text Example
White with #A0F5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F5FC; }
p { color: rgb(160,245,252); }
H1.HeaderClassName
{
color: #A0F5FC;
}
.AnyTagClassName
{
color: #A0F5FC;
}
</style>
background-color css
<style>
a { background-color: #A0F5FC; }
a { background-color: rgb(160,245,252); }
div.DivClassName
{
background-color: #A0F5FC;
}
.BgClassName
{
background-color: #A0F5FC;
}
</style>
border-color css
<style>
span { border-color: #A0F5FC; }
span { border-color: rgb(160,245,252); }
td.TdClassName
{
border-color: #A0F5FC;
}
.TagClassName
{
border-color: #A0F5FC;
}
</style>