Shades of Pale Turquoise #A6FCEC
Tints of Pale Turquoise #A6FCEC
RGB
CMYK
RGB Variations
Color information
#A6FCEC (or 0xA6FCEC) is known color: Pale Turquoise. HEX triplet: A6, FC and EC. RGB value is (166,252,236). Sum of RGB (Red+Green+Blue) = 166+252+236=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCEC is #590313. Grayscale: #E0E0E0. Windows color (decimal): -5833492 or 15531174. OLE color: 15531174.
HSL color Cylindrical-coordinate representation of color #A6FCEC: hue angle of 168.84º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCEC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 236 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.01 |
| HSL | 168.84º | 0.93% | 0.82% | - |
| HSV(B) | 168.84º | 0.34% | 0.99% | - |
| XYZ | 65.68 | 83.78 | 92.07 | - |
| YUV | 224.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 236 | 0.34 | 0 | 0.06 | 0.01 | 168.84 | 0.93 | 0.82 |
| Hex | A6 | FC | EC | 22 | 0 | 6 | 1 | A9 | 5D | 52 |
| Octal | 246 | 374 | 354 | 42 | 0 | 6 | 1 | 251 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11101100 | 100010 | 0 | 110 | 1 | 10101001 | 1011101 | 1010010 |
Color Harmonies of #A6FCEC
Complementary color
Monochromatic Colors of #A6FCEC
Black with #A6FCEC
Text Example
Text Example
White with #A6FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCEC; }
p { color: rgb(166,252,236); }
H1.HeaderClassName
{
color: #A6FCEC;
}
.AnyTagClassName
{
color: #A6FCEC;
}
</style>
background-color css
<style>
a { background-color: #A6FCEC; }
a { background-color: rgb(166,252,236); }
div.DivClassName
{
background-color: #A6FCEC;
}
.BgClassName
{
background-color: #A6FCEC;
}
</style>
border-color css
<style>
span { border-color: #A6FCEC; }
span { border-color: rgb(166,252,236); }
td.TdClassName
{
border-color: #A6FCEC;
}
.TagClassName
{
border-color: #A6FCEC;
}
</style>