Shades of Pale Turquoise #A0F6FE
Tints of Pale Turquoise #A0F6FE
RGB
CMYK
RGB Variations
Color information
#A0F6FE (or 0xA0F6FE) is known color: Pale Turquoise. HEX triplet: A0, F6 and FE. RGB value is (160,246,254). Sum of RGB (Red+Green+Blue) = 160+246+254=660 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.24% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F6FE is #5F0901. Grayscale: #DDDDDD. Windows color (decimal): -6228226 or 16709280. OLE color: 16709280.
HSL color Cylindrical-coordinate representation of color #A0F6FE: hue angle of 185.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F6FE is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 246 | 254 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.00 |
| HSL | 185.11º | 0.98% | 0.81% | - |
| HSV(B) | 185.11º | 0.37% | 1% | - |
| XYZ | 65.34 | 80.54 | 105.87 | - |
| YUV | 221.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 254 | 0.37 | 0.03 | 0 | 0.00 | 185.11 | 0.98 | 0.81 |
| Hex | A0 | F6 | FE | 25 | 3 | 0 | 0 | B9 | 62 | 51 |
| Octal | 240 | 366 | 376 | 45 | 3 | 0 | 0 | 271 | 142 | 121 |
| Binary | 10100000 | 11110110 | 11111110 | 100101 | 11 | 0 | 0 | 10111001 | 1100010 | 1010001 |
Color Harmonies of #A0F6FE
Complementary color
Monochromatic Colors of #A0F6FE
Black with #A0F6FE
Text Example
Text Example
White with #A0F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F6FE; }
p { color: rgb(160,246,254); }
H1.HeaderClassName
{
color: #A0F6FE;
}
.AnyTagClassName
{
color: #A0F6FE;
}
</style>
background-color css
<style>
a { background-color: #A0F6FE; }
a { background-color: rgb(160,246,254); }
div.DivClassName
{
background-color: #A0F6FE;
}
.BgClassName
{
background-color: #A0F6FE;
}
</style>
border-color css
<style>
span { border-color: #A0F6FE; }
span { border-color: rgb(160,246,254); }
td.TdClassName
{
border-color: #A0F6FE;
}
.TagClassName
{
border-color: #A0F6FE;
}
</style>