Shades of Pale Turquoise #A0F6FF
Tints of Pale Turquoise #A0F6FF
RGB
CMYK
RGB Variations
Color information
#A0F6FF (or 0xA0F6FF) is known color: Pale Turquoise. HEX triplet: A0, F6 and FF. RGB value is (160,246,255). Sum of RGB (Red+Green+Blue) = 160+246+255=661 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.21% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F6FF is #5F0900. Grayscale: #DDDDDD. Windows color (decimal): -6228225 or 16774816. OLE color: 16774816.
HSL color Cylindrical-coordinate representation of color #A0F6FF: hue angle of 185.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F6FF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 246 | 255 | - |
| CMYK | 0.37 | 0.04 | 0 | 0 |
| HSL | 185.68º | 1% | 0.81% | - |
| HSV(B) | 185.68º | 0.37% | 1% | - |
| XYZ | 65.5 | 80.61 | 106.71 | - |
| YUV | 221.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 255 | 0.37 | 0.04 | 0 | 0 | 185.68 | 1 | 0.81 |
| Hex | A0 | F6 | FF | 25 | 4 | 0 | 0 | BA | 64 | 51 |
| Octal | 240 | 366 | 377 | 45 | 4 | 0 | 0 | 272 | 144 | 121 |
| Binary | 10100000 | 11110110 | 11111111 | 100101 | 100 | 0 | 0 | 10111010 | 1100100 | 1010001 |
Color Harmonies of #A0F6FF
Complementary color
Monochromatic Colors of #A0F6FF
Black with #A0F6FF
Text Example
Text Example
White with #A0F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F6FF; }
p { color: rgb(160,246,255); }
H1.HeaderClassName
{
color: #A0F6FF;
}
.AnyTagClassName
{
color: #A0F6FF;
}
</style>
background-color css
<style>
a { background-color: #A0F6FF; }
a { background-color: rgb(160,246,255); }
div.DivClassName
{
background-color: #A0F6FF;
}
.BgClassName
{
background-color: #A0F6FF;
}
</style>
border-color css
<style>
span { border-color: #A0F6FF; }
span { border-color: rgb(160,246,255); }
td.TdClassName
{
border-color: #A0F6FF;
}
.TagClassName
{
border-color: #A0F6FF;
}
</style>