Shades of Pale Turquoise #A4ECE8
Tints of Pale Turquoise #A4ECE8
RGB
CMYK
RGB Variations
Color information
#A4ECE8 (or 0xA4ECE8) is known color: Pale Turquoise. HEX triplet: A4, EC and E8. RGB value is (164,236,232). Sum of RGB (Red+Green+Blue) = 164+236+232=632 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.95% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECE8 is #5B1317. Grayscale: #D5D5D5. Windows color (decimal): -5968664 or 15264932. OLE color: 15264932.
HSL color Cylindrical-coordinate representation of color #A4ECE8: hue angle of 176.67º 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 #A4ECE8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 232 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.07 |
| HSL | 176.67º | 0.65% | 0.78% | - |
| HSV(B) | 176.67º | 0.31% | 0.93% | - |
| XYZ | 59.87 | 73.71 | 87.42 | - |
| YUV | 214.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 232 | 0.31 | 0 | 0.02 | 0.07 | 176.67 | 0.65 | 0.78 |
| Hex | A4 | EC | E8 | 1F | 0 | 2 | 7 | B1 | 41 | 4E |
| Octal | 244 | 354 | 350 | 37 | 0 | 2 | 7 | 261 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11101000 | 11111 | 0 | 10 | 111 | 10110001 | 1000001 | 1001110 |
Color Harmonies of #A4ECE8
Complementary color
Monochromatic Colors of #A4ECE8
Black with #A4ECE8
Text Example
Text Example
White with #A4ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECE8; }
p { color: rgb(164,236,232); }
H1.HeaderClassName
{
color: #A4ECE8;
}
.AnyTagClassName
{
color: #A4ECE8;
}
</style>
background-color css
<style>
a { background-color: #A4ECE8; }
a { background-color: rgb(164,236,232); }
div.DivClassName
{
background-color: #A4ECE8;
}
.BgClassName
{
background-color: #A4ECE8;
}
</style>
border-color css
<style>
span { border-color: #A4ECE8; }
span { border-color: rgb(164,236,232); }
td.TdClassName
{
border-color: #A4ECE8;
}
.TagClassName
{
border-color: #A4ECE8;
}
</style>