Shades of Pale Turquoise #A6F2F7
Tints of Pale Turquoise #A6F2F7
RGB
CMYK
RGB Variations
Color information
#A6F2F7 (or 0xA6F2F7) is known color: Pale Turquoise. HEX triplet: A6, F2 and F7. RGB value is (166,242,247). Sum of RGB (Red+Green+Blue) = 166+242+247=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6F2F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2F7 is #590D08. Grayscale: #DBDBDB. Windows color (decimal): -5836041 or 16249510. OLE color: 16249510.
HSL color Cylindrical-coordinate representation of color #A6F2F7: hue angle of 183.7º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F2F7 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 242 | 247 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.03 |
| HSL | 183.7º | 0.84% | 0.81% | - |
| HSV(B) | 183.7º | 0.33% | 0.97% | - |
| XYZ | 64.27 | 78.33 | 99.73 | - |
| YUV | 219.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 247 | 0.33 | 0.02 | 0 | 0.03 | 183.7 | 0.84 | 0.81 |
| Hex | A6 | F2 | F7 | 21 | 2 | 0 | 3 | B8 | 54 | 51 |
| Octal | 246 | 362 | 367 | 41 | 2 | 0 | 3 | 270 | 124 | 121 |
| Binary | 10100110 | 11110010 | 11110111 | 100001 | 10 | 0 | 11 | 10111000 | 1010100 | 1010001 |
Color Harmonies of #A6F2F7
Complementary color
Monochromatic Colors of #A6F2F7
Black with #A6F2F7
Text Example
Text Example
White with #A6F2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2F7; }
p { color: rgb(166,242,247); }
H1.HeaderClassName
{
color: #A6F2F7;
}
.AnyTagClassName
{
color: #A6F2F7;
}
</style>
background-color css
<style>
a { background-color: #A6F2F7; }
a { background-color: rgb(166,242,247); }
div.DivClassName
{
background-color: #A6F2F7;
}
.BgClassName
{
background-color: #A6F2F7;
}
</style>
border-color css
<style>
span { border-color: #A6F2F7; }
span { border-color: rgb(166,242,247); }
td.TdClassName
{
border-color: #A6F2F7;
}
.TagClassName
{
border-color: #A6F2F7;
}
</style>