Shades of Pale Turquoise #ACEDEC
Tints of Pale Turquoise #ACEDEC
RGB
CMYK
RGB Variations
Color information
#ACEDEC (or 0xACEDEC) is known color: Pale Turquoise. HEX triplet: AC, ED and EC. RGB value is (172,237,236). Sum of RGB (Red+Green+Blue) = 172+237+236=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDEC is #531213. Grayscale: #D9D9D9. Windows color (decimal): -5444116 or 15527340. OLE color: 15527340.
HSL color Cylindrical-coordinate representation of color #ACEDEC: hue angle of 179.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDEC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 236 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.07 |
| HSL | 179.08º | 0.64% | 0.8% | - |
| HSV(B) | 179.08º | 0.27% | 0.93% | - |
| XYZ | 62.44 | 75.4 | 90.62 | - |
| YUV | 217.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 236 | 0.27 | 0 | 0.00 | 0.07 | 179.08 | 0.64 | 0.8 |
| Hex | AC | ED | EC | 1B | 0 | 0 | 7 | B3 | 40 | 50 |
| Octal | 254 | 355 | 354 | 33 | 0 | 0 | 7 | 263 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11101100 | 11011 | 0 | 0 | 111 | 10110011 | 1000000 | 1010000 |
Color Harmonies of #ACEDEC
Complementary color
Monochromatic Colors of #ACEDEC
Black with #ACEDEC
Text Example
Text Example
White with #ACEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDEC; }
p { color: rgb(172,237,236); }
H1.HeaderClassName
{
color: #ACEDEC;
}
.AnyTagClassName
{
color: #ACEDEC;
}
</style>
background-color css
<style>
a { background-color: #ACEDEC; }
a { background-color: rgb(172,237,236); }
div.DivClassName
{
background-color: #ACEDEC;
}
.BgClassName
{
background-color: #ACEDEC;
}
</style>
border-color css
<style>
span { border-color: #ACEDEC; }
span { border-color: rgb(172,237,236); }
td.TdClassName
{
border-color: #ACEDEC;
}
.TagClassName
{
border-color: #ACEDEC;
}
</style>