Shades of Pale Turquoise #A6ECE7
Tints of Pale Turquoise #A6ECE7
RGB
CMYK
RGB Variations
Color information
#A6ECE7 (or 0xA6ECE7) is known color: Pale Turquoise. HEX triplet: A6, EC and E7. RGB value is (166,236,231). Sum of RGB (Red+Green+Blue) = 166+236+231=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECE7 is #591318. Grayscale: #D6D6D6. Windows color (decimal): -5837593 or 15199398. OLE color: 15199398.
HSL color Cylindrical-coordinate representation of color #A6ECE7: hue angle of 175.71º 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 #A6ECE7 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 231 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.07 |
| HSL | 175.71º | 0.65% | 0.79% | - |
| HSV(B) | 175.71º | 0.3% | 0.93% | - |
| XYZ | 60.15 | 73.87 | 86.69 | - |
| YUV | 214.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 231 | 0.30 | 0 | 0.02 | 0.07 | 175.71 | 0.65 | 0.79 |
| Hex | A6 | EC | E7 | 1E | 0 | 2 | 7 | B0 | 41 | 4F |
| Octal | 246 | 354 | 347 | 36 | 0 | 2 | 7 | 260 | 101 | 117 |
| Binary | 10100110 | 11101100 | 11100111 | 11110 | 0 | 10 | 111 | 10110000 | 1000001 | 1001111 |
Color Harmonies of #A6ECE7
Complementary color
Monochromatic Colors of #A6ECE7
Black with #A6ECE7
Text Example
Text Example
White with #A6ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECE7; }
p { color: rgb(166,236,231); }
H1.HeaderClassName
{
color: #A6ECE7;
}
.AnyTagClassName
{
color: #A6ECE7;
}
</style>
background-color css
<style>
a { background-color: #A6ECE7; }
a { background-color: rgb(166,236,231); }
div.DivClassName
{
background-color: #A6ECE7;
}
.BgClassName
{
background-color: #A6ECE7;
}
</style>
border-color css
<style>
span { border-color: #A6ECE7; }
span { border-color: rgb(166,236,231); }
td.TdClassName
{
border-color: #A6ECE7;
}
.TagClassName
{
border-color: #A6ECE7;
}
</style>