Shades of Pale Turquoise #ACE9EC
Tints of Pale Turquoise #ACE9EC
RGB
CMYK
RGB Variations
Color information
#ACE9EC (or 0xACE9EC) is known color: Pale Turquoise. HEX triplet: AC, E9 and EC. RGB value is (172,233,236). Sum of RGB (Red+Green+Blue) = 172+233+236=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9EC is #531613. Grayscale: #D7D7D7. Windows color (decimal): -5445140 or 15526316. OLE color: 15526316.
HSL color Cylindrical-coordinate representation of color #ACE9EC: hue angle of 182.81º 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 #ACE9EC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 233 | 236 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.07 |
| HSL | 182.81º | 0.63% | 0.8% | - |
| HSV(B) | 182.81º | 0.27% | 0.93% | - |
| XYZ | 61.29 | 73.1 | 90.24 | - |
| YUV | 215.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 236 | 0.27 | 0.01 | 0 | 0.07 | 182.81 | 0.63 | 0.8 |
| Hex | AC | E9 | EC | 1B | 1 | 0 | 7 | B7 | 3F | 50 |
| Octal | 254 | 351 | 354 | 33 | 1 | 0 | 7 | 267 | 77 | 120 |
| Binary | 10101100 | 11101001 | 11101100 | 11011 | 1 | 0 | 111 | 10110111 | 111111 | 1010000 |
Color Harmonies of #ACE9EC
Complementary color
Monochromatic Colors of #ACE9EC
Black with #ACE9EC
Text Example
Text Example
White with #ACE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9EC; }
p { color: rgb(172,233,236); }
H1.HeaderClassName
{
color: #ACE9EC;
}
.AnyTagClassName
{
color: #ACE9EC;
}
</style>
background-color css
<style>
a { background-color: #ACE9EC; }
a { background-color: rgb(172,233,236); }
div.DivClassName
{
background-color: #ACE9EC;
}
.BgClassName
{
background-color: #ACE9EC;
}
</style>
border-color css
<style>
span { border-color: #ACE9EC; }
span { border-color: rgb(172,233,236); }
td.TdClassName
{
border-color: #ACE9EC;
}
.TagClassName
{
border-color: #ACE9EC;
}
</style>