Shades of Pale Turquoise #A6ECEC
Tints of Pale Turquoise #A6ECEC
RGB
CMYK
RGB Variations
Color information
#A6ECEC (or 0xA6ECEC) is known color: Pale Turquoise. HEX triplet: A6, EC and EC. RGB value is (166,236,236). Sum of RGB (Red+Green+Blue) = 166+236+236=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #A6ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECEC is #591313. Grayscale: #D6D6D6. Windows color (decimal): -5837588 or 15527078. OLE color: 15527078.
HSL color Cylindrical-coordinate representation of color #A6ECEC: hue angle of 180º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECEC is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 236 | - |
| CMYK | 0.30 | 0 | 0 | 0.07 |
| HSL | 180º | 0.65% | 0.79% | - |
| HSV(B) | 180º | 0.3% | 0.93% | - |
| XYZ | 60.86 | 74.15 | 90.46 | - |
| YUV | 215.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 236 | 0.30 | 0 | 0 | 0.07 | 180 | 0.65 | 0.79 |
| Hex | A6 | EC | EC | 1E | 0 | 0 | 7 | B4 | 41 | 4F |
| Octal | 246 | 354 | 354 | 36 | 0 | 0 | 7 | 264 | 101 | 117 |
| Binary | 10100110 | 11101100 | 11101100 | 11110 | 0 | 0 | 111 | 10110100 | 1000001 | 1001111 |
Color Harmonies of #A6ECEC
Complementary color
Monochromatic Colors of #A6ECEC
Black with #A6ECEC
Text Example
Text Example
White with #A6ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECEC; }
p { color: rgb(166,236,236); }
H1.HeaderClassName
{
color: #A6ECEC;
}
.AnyTagClassName
{
color: #A6ECEC;
}
</style>
background-color css
<style>
a { background-color: #A6ECEC; }
a { background-color: rgb(166,236,236); }
div.DivClassName
{
background-color: #A6ECEC;
}
.BgClassName
{
background-color: #A6ECEC;
}
</style>
border-color css
<style>
span { border-color: #A6ECEC; }
span { border-color: rgb(166,236,236); }
td.TdClassName
{
border-color: #A6ECEC;
}
.TagClassName
{
border-color: #A6ECEC;
}
</style>