Shades of Pale Turquoise #A6FAF2
Tints of Pale Turquoise #A6FAF2
RGB
CMYK
RGB Variations
Color information
#A6FAF2 (or 0xA6FAF2) is known color: Pale Turquoise. HEX triplet: A6, FA and F2. RGB value is (166,250,242). Sum of RGB (Red+Green+Blue) = 166+250+242=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAF2 is #59050D. Grayscale: #DFDFDF. Windows color (decimal): -5833998 or 15923878. OLE color: 15923878.
HSL color Cylindrical-coordinate representation of color #A6FAF2: hue angle of 174.29º 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 #A6FAF2 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 242 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.02 |
| HSL | 174.29º | 0.89% | 0.82% | - |
| HSV(B) | 174.29º | 0.34% | 0.98% | - |
| XYZ | 65.94 | 82.89 | 96.53 | - |
| YUV | 223.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 242 | 0.34 | 0 | 0.03 | 0.02 | 174.29 | 0.89 | 0.82 |
| Hex | A6 | FA | F2 | 22 | 0 | 3 | 2 | AE | 59 | 52 |
| Octal | 246 | 372 | 362 | 42 | 0 | 3 | 2 | 256 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11110010 | 100010 | 0 | 11 | 10 | 10101110 | 1011001 | 1010010 |
Color Harmonies of #A6FAF2
Complementary color
Monochromatic Colors of #A6FAF2
Black with #A6FAF2
Text Example
Text Example
White with #A6FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAF2; }
p { color: rgb(166,250,242); }
H1.HeaderClassName
{
color: #A6FAF2;
}
.AnyTagClassName
{
color: #A6FAF2;
}
</style>
background-color css
<style>
a { background-color: #A6FAF2; }
a { background-color: rgb(166,250,242); }
div.DivClassName
{
background-color: #A6FAF2;
}
.BgClassName
{
background-color: #A6FAF2;
}
</style>
border-color css
<style>
span { border-color: #A6FAF2; }
span { border-color: rgb(166,250,242); }
td.TdClassName
{
border-color: #A6FAF2;
}
.TagClassName
{
border-color: #A6FAF2;
}
</style>