Shades of Pale Turquoise #ACE9E4
Tints of Pale Turquoise #ACE9E4
RGB
CMYK
RGB Variations
Color information
#ACE9E4 (or 0xACE9E4) is known color: Pale Turquoise. HEX triplet: AC, E9 and E4. RGB value is (172,233,228). Sum of RGB (Red+Green+Blue) = 172+233+228=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9E4 is #53161B. Grayscale: #D6D6D6. Windows color (decimal): -5445148 or 15002028. OLE color: 15002028.
HSL color Cylindrical-coordinate representation of color #ACE9E4: hue angle of 175.08º 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 #ACE9E4 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 228 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.09 |
| HSL | 175.08º | 0.58% | 0.79% | - |
| HSV(B) | 175.08º | 0.26% | 0.91% | - |
| XYZ | 60.16 | 72.65 | 84.25 | - |
| YUV | 214.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 228 | 0.26 | 0 | 0.02 | 0.09 | 175.08 | 0.58 | 0.79 |
| Hex | AC | E9 | E4 | 1A | 0 | 2 | 9 | AF | 3A | 4F |
| Octal | 254 | 351 | 344 | 32 | 0 | 2 | 11 | 257 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11100100 | 11010 | 0 | 10 | 1001 | 10101111 | 111010 | 1001111 |
Color Harmonies of #ACE9E4
Complementary color
Monochromatic Colors of #ACE9E4
Black with #ACE9E4
Text Example
Text Example
White with #ACE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9E4; }
p { color: rgb(172,233,228); }
H1.HeaderClassName
{
color: #ACE9E4;
}
.AnyTagClassName
{
color: #ACE9E4;
}
</style>
background-color css
<style>
a { background-color: #ACE9E4; }
a { background-color: rgb(172,233,228); }
div.DivClassName
{
background-color: #ACE9E4;
}
.BgClassName
{
background-color: #ACE9E4;
}
</style>
border-color css
<style>
span { border-color: #ACE9E4; }
span { border-color: rgb(172,233,228); }
td.TdClassName
{
border-color: #ACE9E4;
}
.TagClassName
{
border-color: #ACE9E4;
}
</style>