Shades of Pale Turquoise #ACEBEC
Tints of Pale Turquoise #ACEBEC
RGB
CMYK
RGB Variations
Color information
#ACEBEC (or 0xACEBEC) is known color: Pale Turquoise. HEX triplet: AC, EB and EC. RGB value is (172,235,236). Sum of RGB (Red+Green+Blue) = 172+235+236=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBEC is #531413. Grayscale: #D8D8D8. Windows color (decimal): -5444628 or 15526828. OLE color: 15526828.
HSL color Cylindrical-coordinate representation of color #ACEBEC: hue angle of 180.94º degrees, saturation: 0.63, 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 #ACEBEC is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 235 | 236 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.07 |
| HSL | 180.94º | 0.63% | 0.8% | - |
| HSV(B) | 180.94º | 0.27% | 0.93% | - |
| XYZ | 61.86 | 74.24 | 90.43 | - |
| YUV | 216.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 236 | 0.27 | 0.00 | 0 | 0.07 | 180.94 | 0.63 | 0.8 |
| Hex | AC | EB | EC | 1B | 0 | 0 | 7 | B5 | 3F | 50 |
| Octal | 254 | 353 | 354 | 33 | 0 | 0 | 7 | 265 | 77 | 120 |
| Binary | 10101100 | 11101011 | 11101100 | 11011 | 0 | 0 | 111 | 10110101 | 111111 | 1010000 |
Color Harmonies of #ACEBEC
Complementary color
Monochromatic Colors of #ACEBEC
Black with #ACEBEC
Text Example
Text Example
White with #ACEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBEC; }
p { color: rgb(172,235,236); }
H1.HeaderClassName
{
color: #ACEBEC;
}
.AnyTagClassName
{
color: #ACEBEC;
}
</style>
background-color css
<style>
a { background-color: #ACEBEC; }
a { background-color: rgb(172,235,236); }
div.DivClassName
{
background-color: #ACEBEC;
}
.BgClassName
{
background-color: #ACEBEC;
}
</style>
border-color css
<style>
span { border-color: #ACEBEC; }
span { border-color: rgb(172,235,236); }
td.TdClassName
{
border-color: #ACEBEC;
}
.TagClassName
{
border-color: #ACEBEC;
}
</style>