Shades of Pale Turquoise #ACE9E8
Tints of Pale Turquoise #ACE9E8
RGB
CMYK
RGB Variations
Color information
#ACE9E8 (or 0xACE9E8) is known color: Pale Turquoise. HEX triplet: AC, E9 and E8. RGB value is (172,233,232). Sum of RGB (Red+Green+Blue) = 172+233+232=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9E8 is #531617. Grayscale: #D6D6D6. Windows color (decimal): -5445144 or 15264172. OLE color: 15264172.
HSL color Cylindrical-coordinate representation of color #ACE9E8: hue angle of 179.02º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9E8 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 233 | 232 | - |
CMYK | 0.26 | 0 | 0.00 | 0.09 |
HSL | 179.02º | 0.58% | 0.79% | - |
HSV(B) | 179.02º | 0.26% | 0.91% | - |
XYZ | 60.72 | 72.87 | 87.21 | - |
YUV | 214.65 | 137.79 | 97.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 233 | 232 | 0.26 | 0 | 0.00 | 0.09 | 179.02 | 0.58 | 0.79 |
Hex | AC | E9 | E8 | 1A | 0 | 0 | 9 | B3 | 3A | 4F |
Octal | 254 | 351 | 350 | 32 | 0 | 0 | 11 | 263 | 72 | 117 |
Binary | 10101100 | 11101001 | 11101000 | 11010 | 0 | 0 | 1001 | 10110011 | 111010 | 1001111 |
Color Harmonies of #ACE9E8
Complementary color
Monochromatic Colors of #ACE9E8
Black with #ACE9E8
Text Example
Text Example
White with #ACE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9E8; }
p { color: rgb(172,233,232); }
H1.HeaderClassName
{
color: #ACE9E8;
}
.AnyTagClassName
{
color: #ACE9E8;
}
</style>
background-color css
<style>
a { background-color: #ACE9E8; }
a { background-color: rgb(172,233,232); }
div.DivClassName
{
background-color: #ACE9E8;
}
.BgClassName
{
background-color: #ACE9E8;
}
</style>
border-color css
<style>
span { border-color: #ACE9E8; }
span { border-color: rgb(172,233,232); }
td.TdClassName
{
border-color: #ACE9E8;
}
.TagClassName
{
border-color: #ACE9E8;
}
</style>