Shades of Pale Turquoise #ACECED
Tints of Pale Turquoise #ACECED
RGB
CMYK
RGB Variations
Color information
#ACECED (or 0xACECED) is known color: Pale Turquoise. HEX triplet: AC, EC and ED. RGB value is (172,236,237). Sum of RGB (Red+Green+Blue) = 172+236+237=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECED is #531312. Grayscale: #D8D8D8. Windows color (decimal): -5444371 or 15592620. OLE color: 15592620.
HSL color Cylindrical-coordinate representation of color #ACECED: hue angle of 180.92º 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 #ACECED is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 237 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.07 |
| HSL | 180.92º | 0.64% | 0.8% | - |
| HSV(B) | 180.92º | 0.27% | 0.93% | - |
| XYZ | 62.29 | 74.88 | 91.29 | - |
| YUV | 216.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 237 | 0.27 | 0.00 | 0 | 0.07 | 180.92 | 0.64 | 0.8 |
| Hex | AC | EC | ED | 1B | 0 | 0 | 7 | B5 | 40 | 50 |
| Octal | 254 | 354 | 355 | 33 | 0 | 0 | 7 | 265 | 100 | 120 |
| Binary | 10101100 | 11101100 | 11101101 | 11011 | 0 | 0 | 111 | 10110101 | 1000000 | 1010000 |
Color Harmonies of #ACECED
Complementary color
Monochromatic Colors of #ACECED
Black with #ACECED
Text Example
Text Example
White with #ACECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECED; }
p { color: rgb(172,236,237); }
H1.HeaderClassName
{
color: #ACECED;
}
.AnyTagClassName
{
color: #ACECED;
}
</style>
background-color css
<style>
a { background-color: #ACECED; }
a { background-color: rgb(172,236,237); }
div.DivClassName
{
background-color: #ACECED;
}
.BgClassName
{
background-color: #ACECED;
}
</style>
border-color css
<style>
span { border-color: #ACECED; }
span { border-color: rgb(172,236,237); }
td.TdClassName
{
border-color: #ACECED;
}
.TagClassName
{
border-color: #ACECED;
}
</style>