Shades of Pale Turquoise #A0F5FA
Tints of Pale Turquoise #A0F5FA
RGB
CMYK
RGB Variations
Color information
#A0F5FA (or 0xA0F5FA) is known color: Pale Turquoise. HEX triplet: A0, F5 and FA. RGB value is (160,245,250). Sum of RGB (Red+Green+Blue) = 160+245+250=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F5FA is #5F0A05. Grayscale: #DCDCDC. Windows color (decimal): -6228486 or 16446880. OLE color: 16446880.
HSL color Cylindrical-coordinate representation of color #A0F5FA: hue angle of 183.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F5FA is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 245 | 250 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.02 |
| HSL | 183.33º | 0.9% | 0.8% | - |
| HSV(B) | 183.33º | 0.36% | 0.98% | - |
| XYZ | 64.4 | 79.68 | 102.43 | - |
| YUV | 220.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 250 | 0.36 | 0.02 | 0 | 0.02 | 183.33 | 0.9 | 0.8 |
| Hex | A0 | F5 | FA | 24 | 2 | 0 | 2 | B7 | 5A | 50 |
| Octal | 240 | 365 | 372 | 44 | 2 | 0 | 2 | 267 | 132 | 120 |
| Binary | 10100000 | 11110101 | 11111010 | 100100 | 10 | 0 | 10 | 10110111 | 1011010 | 1010000 |
Color Harmonies of #A0F5FA
Complementary color
Monochromatic Colors of #A0F5FA
Black with #A0F5FA
Text Example
Text Example
White with #A0F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F5FA; }
p { color: rgb(160,245,250); }
H1.HeaderClassName
{
color: #A0F5FA;
}
.AnyTagClassName
{
color: #A0F5FA;
}
</style>
background-color css
<style>
a { background-color: #A0F5FA; }
a { background-color: rgb(160,245,250); }
div.DivClassName
{
background-color: #A0F5FA;
}
.BgClassName
{
background-color: #A0F5FA;
}
</style>
border-color css
<style>
span { border-color: #A0F5FA; }
span { border-color: rgb(160,245,250); }
td.TdClassName
{
border-color: #A0F5FA;
}
.TagClassName
{
border-color: #A0F5FA;
}
</style>