Shades of Pale Turquoise #A6F1EC
Tints of Pale Turquoise #A6F1EC
RGB
CMYK
RGB Variations
Color information
#A6F1EC (or 0xA6F1EC) is known color: Pale Turquoise. HEX triplet: A6, F1 and EC. RGB value is (166,241,236). Sum of RGB (Red+Green+Blue) = 166+241+236=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1EC is #590E13. Grayscale: #D9D9D9. Windows color (decimal): -5836308 or 15528358. OLE color: 15528358.
HSL color Cylindrical-coordinate representation of color #A6F1EC: hue angle of 176º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1EC is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 236 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.05 |
| HSL | 176º | 0.73% | 0.8% | - |
| HSV(B) | 176º | 0.31% | 0.95% | - |
| XYZ | 62.32 | 77.07 | 90.95 | - |
| YUV | 218.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 236 | 0.31 | 0 | 0.02 | 0.05 | 176 | 0.73 | 0.8 |
| Hex | A6 | F1 | EC | 1F | 0 | 2 | 5 | B0 | 49 | 50 |
| Octal | 246 | 361 | 354 | 37 | 0 | 2 | 5 | 260 | 111 | 120 |
| Binary | 10100110 | 11110001 | 11101100 | 11111 | 0 | 10 | 101 | 10110000 | 1001001 | 1010000 |
Color Harmonies of #A6F1EC
Complementary color
Monochromatic Colors of #A6F1EC
Black with #A6F1EC
Text Example
Text Example
White with #A6F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F1EC; }
p { color: rgb(166,241,236); }
H1.HeaderClassName
{
color: #A6F1EC;
}
.AnyTagClassName
{
color: #A6F1EC;
}
</style>
background-color css
<style>
a { background-color: #A6F1EC; }
a { background-color: rgb(166,241,236); }
div.DivClassName
{
background-color: #A6F1EC;
}
.BgClassName
{
background-color: #A6F1EC;
}
</style>
border-color css
<style>
span { border-color: #A6F1EC; }
span { border-color: rgb(166,241,236); }
td.TdClassName
{
border-color: #A6F1EC;
}
.TagClassName
{
border-color: #A6F1EC;
}
</style>