Shades of Pale Turquoise #A6FFF7
Tints of Pale Turquoise #A6FFF7
RGB
CMYK
RGB Variations
Color information
#A6FFF7 (or 0xA6FFF7) is known color: Pale Turquoise. HEX triplet: A6, FF and F7. RGB value is (166,255,247). Sum of RGB (Red+Green+Blue) = 166+255+247=668 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.85% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF7 is #590008. Grayscale: #E3E3E3. Windows color (decimal): -5832713 or 16252838. OLE color: 16252838.
HSL color Cylindrical-coordinate representation of color #A6FFF7: hue angle of 174.61º 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 #A6FFF7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 247 | - |
| CMYK | 0.35 | 0 | 0.03 | 0 |
| HSL | 174.61º | 1% | 0.83% | - |
| HSV(B) | 174.61º | 0.35% | 1% | - |
| XYZ | 68.27 | 86.34 | 101.06 | - |
| YUV | 227.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 247 | 0.35 | 0 | 0.03 | 0 | 174.61 | 1 | 0.83 |
| Hex | A6 | FF | F7 | 23 | 0 | 3 | 0 | AF | 64 | 53 |
| Octal | 246 | 377 | 367 | 43 | 0 | 3 | 0 | 257 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11110111 | 100011 | 0 | 11 | 0 | 10101111 | 1100100 | 1010011 |
Color Harmonies of #A6FFF7
Complementary color
Monochromatic Colors of #A6FFF7
Black with #A6FFF7
Text Example
Text Example
White with #A6FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFF7; }
p { color: rgb(166,255,247); }
H1.HeaderClassName
{
color: #A6FFF7;
}
.AnyTagClassName
{
color: #A6FFF7;
}
</style>
background-color css
<style>
a { background-color: #A6FFF7; }
a { background-color: rgb(166,255,247); }
div.DivClassName
{
background-color: #A6FFF7;
}
.BgClassName
{
background-color: #A6FFF7;
}
</style>
border-color css
<style>
span { border-color: #A6FFF7; }
span { border-color: rgb(166,255,247); }
td.TdClassName
{
border-color: #A6FFF7;
}
.TagClassName
{
border-color: #A6FFF7;
}
</style>