Shades of Pale Turquoise #ACE8EC
Tints of Pale Turquoise #ACE8EC
RGB
CMYK
RGB Variations
Color information
#ACE8EC (or 0xACE8EC) is known color: Pale Turquoise. HEX triplet: AC, E8 and EC. RGB value is (172,232,236). Sum of RGB (Red+Green+Blue) = 172+232+236=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8EC is #531713. Grayscale: #D6D6D6. Windows color (decimal): -5445396 or 15526060. OLE color: 15526060.
HSL color Cylindrical-coordinate representation of color #ACE8EC: hue angle of 183.75º 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 #ACE8EC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 232 | 236 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.07 |
| HSL | 183.75º | 0.63% | 0.8% | - |
| HSV(B) | 183.75º | 0.27% | 0.93% | - |
| XYZ | 61.01 | 72.54 | 90.14 | - |
| YUV | 214.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 236 | 0.27 | 0.02 | 0 | 0.07 | 183.75 | 0.63 | 0.8 |
| Hex | AC | E8 | EC | 1B | 2 | 0 | 7 | B8 | 3F | 50 |
| Octal | 254 | 350 | 354 | 33 | 2 | 0 | 7 | 270 | 77 | 120 |
| Binary | 10101100 | 11101000 | 11101100 | 11011 | 10 | 0 | 111 | 10111000 | 111111 | 1010000 |
Color Harmonies of #ACE8EC
Complementary color
Monochromatic Colors of #ACE8EC
Black with #ACE8EC
Text Example
Text Example
White with #ACE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8EC; }
p { color: rgb(172,232,236); }
H1.HeaderClassName
{
color: #ACE8EC;
}
.AnyTagClassName
{
color: #ACE8EC;
}
</style>
background-color css
<style>
a { background-color: #ACE8EC; }
a { background-color: rgb(172,232,236); }
div.DivClassName
{
background-color: #ACE8EC;
}
.BgClassName
{
background-color: #ACE8EC;
}
</style>
border-color css
<style>
span { border-color: #ACE8EC; }
span { border-color: rgb(172,232,236); }
td.TdClassName
{
border-color: #ACE8EC;
}
.TagClassName
{
border-color: #ACE8EC;
}
</style>