Shades of Pale Turquoise #A6FAF0
Tints of Pale Turquoise #A6FAF0
RGB
CMYK
RGB Variations
Color information
#A6FAF0 (or 0xA6FAF0) is known color: Pale Turquoise. HEX triplet: A6, FA and F0. RGB value is (166,250,240). Sum of RGB (Red+Green+Blue) = 166+250+240=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAF0 is #59050F. Grayscale: #DFDFDF. Windows color (decimal): -5834000 or 15792806. OLE color: 15792806.
HSL color Cylindrical-coordinate representation of color #A6FAF0: hue angle of 172.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAF0 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 240 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.02 |
| HSL | 172.86º | 0.89% | 0.82% | - |
| HSV(B) | 172.86º | 0.34% | 0.98% | - |
| XYZ | 65.64 | 82.77 | 94.95 | - |
| YUV | 223.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 240 | 0.34 | 0 | 0.04 | 0.02 | 172.86 | 0.89 | 0.82 |
| Hex | A6 | FA | F0 | 22 | 0 | 4 | 2 | AD | 59 | 52 |
| Octal | 246 | 372 | 360 | 42 | 0 | 4 | 2 | 255 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11110000 | 100010 | 0 | 100 | 10 | 10101101 | 1011001 | 1010010 |
Color Harmonies of #A6FAF0
Complementary color
Monochromatic Colors of #A6FAF0
Black with #A6FAF0
Text Example
Text Example
White with #A6FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAF0; }
p { color: rgb(166,250,240); }
H1.HeaderClassName
{
color: #A6FAF0;
}
.AnyTagClassName
{
color: #A6FAF0;
}
</style>
background-color css
<style>
a { background-color: #A6FAF0; }
a { background-color: rgb(166,250,240); }
div.DivClassName
{
background-color: #A6FAF0;
}
.BgClassName
{
background-color: #A6FAF0;
}
</style>
border-color css
<style>
span { border-color: #A6FAF0; }
span { border-color: rgb(166,250,240); }
td.TdClassName
{
border-color: #A6FAF0;
}
.TagClassName
{
border-color: #A6FAF0;
}
</style>