Shades of Pale Turquoise #A4ECEC
Tints of Pale Turquoise #A4ECEC
RGB
CMYK
RGB Variations
Color information
#A4ECEC (or 0xA4ECEC) is known color: Pale Turquoise. HEX triplet: A4, EC and EC. RGB value is (164,236,236). Sum of RGB (Red+Green+Blue) = 164+236+236=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #A4ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECEC is #5B1313. Grayscale: #D6D6D6. Windows color (decimal): -5968660 or 15527076. OLE color: 15527076.
HSL color Cylindrical-coordinate representation of color #A4ECEC: hue angle of 180º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECEC is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 236 | - |
| CMYK | 0.31 | 0 | 0 | 0.07 |
| HSL | 180º | 0.65% | 0.78% | - |
| HSV(B) | 180º | 0.31% | 0.93% | - |
| XYZ | 60.45 | 73.94 | 90.44 | - |
| YUV | 214.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 236 | 0.31 | 0 | 0 | 0.07 | 180 | 0.65 | 0.78 |
| Hex | A4 | EC | EC | 1F | 0 | 0 | 7 | B4 | 41 | 4E |
| Octal | 244 | 354 | 354 | 37 | 0 | 0 | 7 | 264 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11101100 | 11111 | 0 | 0 | 111 | 10110100 | 1000001 | 1001110 |
Color Harmonies of #A4ECEC
Complementary color
Monochromatic Colors of #A4ECEC
Black with #A4ECEC
Text Example
Text Example
White with #A4ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECEC; }
p { color: rgb(164,236,236); }
H1.HeaderClassName
{
color: #A4ECEC;
}
.AnyTagClassName
{
color: #A4ECEC;
}
</style>
background-color css
<style>
a { background-color: #A4ECEC; }
a { background-color: rgb(164,236,236); }
div.DivClassName
{
background-color: #A4ECEC;
}
.BgClassName
{
background-color: #A4ECEC;
}
</style>
border-color css
<style>
span { border-color: #A4ECEC; }
span { border-color: rgb(164,236,236); }
td.TdClassName
{
border-color: #A4ECEC;
}
.TagClassName
{
border-color: #A4ECEC;
}
</style>