Shades of Pale Turquoise #A6F0EC
Tints of Pale Turquoise #A6F0EC
RGB
CMYK
RGB Variations
Color information
#A6F0EC (or 0xA6F0EC) is known color: Pale Turquoise. HEX triplet: A6, F0 and EC. RGB value is (166,240,236). Sum of RGB (Red+Green+Blue) = 166+240+236=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F0EC is #590F13. Grayscale: #D9D9D9. Windows color (decimal): -5836564 or 15528102. OLE color: 15528102.
HSL color Cylindrical-coordinate representation of color #A6F0EC: hue angle of 176.76º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0EC is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 236 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.06 |
| HSL | 176.76º | 0.71% | 0.8% | - |
| HSV(B) | 176.76º | 0.31% | 0.94% | - |
| XYZ | 62.03 | 76.48 | 90.85 | - |
| YUV | 217.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 236 | 0.31 | 0 | 0.02 | 0.06 | 176.76 | 0.71 | 0.8 |
| Hex | A6 | F0 | EC | 1F | 0 | 2 | 6 | B1 | 47 | 50 |
| Octal | 246 | 360 | 354 | 37 | 0 | 2 | 6 | 261 | 107 | 120 |
| Binary | 10100110 | 11110000 | 11101100 | 11111 | 0 | 10 | 110 | 10110001 | 1000111 | 1010000 |
Color Harmonies of #A6F0EC
Complementary color
Monochromatic Colors of #A6F0EC
Black with #A6F0EC
Text Example
Text Example
White with #A6F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0EC; }
p { color: rgb(166,240,236); }
H1.HeaderClassName
{
color: #A6F0EC;
}
.AnyTagClassName
{
color: #A6F0EC;
}
</style>
background-color css
<style>
a { background-color: #A6F0EC; }
a { background-color: rgb(166,240,236); }
div.DivClassName
{
background-color: #A6F0EC;
}
.BgClassName
{
background-color: #A6F0EC;
}
</style>
border-color css
<style>
span { border-color: #A6F0EC; }
span { border-color: rgb(166,240,236); }
td.TdClassName
{
border-color: #A6F0EC;
}
.TagClassName
{
border-color: #A6F0EC;
}
</style>