Shades of Pale Turquoise #A6FFF6
Tints of Pale Turquoise #A6FFF6
RGB
CMYK
RGB Variations
Color information
#A6FFF6 (or 0xA6FFF6) is known color: Pale Turquoise. HEX triplet: A6, FF and F6. RGB value is (166,255,246). Sum of RGB (Red+Green+Blue) = 166+255+246=667 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.89% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF6 is #590009. Grayscale: #E3E3E3. Windows color (decimal): -5832714 or 16187302. OLE color: 16187302.
HSL color Cylindrical-coordinate representation of color #A6FFF6: hue angle of 173.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFF6 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 246 | - |
| CMYK | 0.35 | 0 | 0.04 | 0 |
| HSL | 173.93º | 1% | 0.83% | - |
| HSV(B) | 173.93º | 0.35% | 1% | - |
| XYZ | 68.12 | 86.28 | 100.25 | - |
| YUV | 227.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 246 | 0.35 | 0 | 0.04 | 0 | 173.93 | 1 | 0.83 |
| Hex | A6 | FF | F6 | 23 | 0 | 4 | 0 | AE | 64 | 53 |
| Octal | 246 | 377 | 366 | 43 | 0 | 4 | 0 | 256 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11110110 | 100011 | 0 | 100 | 0 | 10101110 | 1100100 | 1010011 |
Color Harmonies of #A6FFF6
Complementary color
Monochromatic Colors of #A6FFF6
Black with #A6FFF6
Text Example
Text Example
White with #A6FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFF6; }
p { color: rgb(166,255,246); }
H1.HeaderClassName
{
color: #A6FFF6;
}
.AnyTagClassName
{
color: #A6FFF6;
}
</style>
background-color css
<style>
a { background-color: #A6FFF6; }
a { background-color: rgb(166,255,246); }
div.DivClassName
{
background-color: #A6FFF6;
}
.BgClassName
{
background-color: #A6FFF6;
}
</style>
border-color css
<style>
span { border-color: #A6FFF6; }
span { border-color: rgb(166,255,246); }
td.TdClassName
{
border-color: #A6FFF6;
}
.TagClassName
{
border-color: #A6FFF6;
}
</style>