Shades of Pale Turquoise #ACE6E4
Tints of Pale Turquoise #ACE6E4
RGB
CMYK
RGB Variations
Color information
#ACE6E4 (or 0xACE6E4) is known color: Pale Turquoise. HEX triplet: AC, E6 and E4. RGB value is (172,230,228). Sum of RGB (Red+Green+Blue) = 172+230+228=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6E4 is #53191B. Grayscale: #D4D4D4. Windows color (decimal): -5445916 or 15001260. OLE color: 15001260.
HSL color Cylindrical-coordinate representation of color #ACE6E4: hue angle of 177.93º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6E4 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 228 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.10 |
| HSL | 177.93º | 0.54% | 0.79% | - |
| HSV(B) | 177.93º | 0.25% | 0.9% | - |
| XYZ | 59.31 | 70.97 | 83.97 | - |
| YUV | 212.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 228 | 0.25 | 0 | 0.01 | 0.10 | 177.93 | 0.54 | 0.79 |
| Hex | AC | E6 | E4 | 19 | 0 | 1 | A | B2 | 36 | 4F |
| Octal | 254 | 346 | 344 | 31 | 0 | 1 | 12 | 262 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11100100 | 11001 | 0 | 1 | 1010 | 10110010 | 110110 | 1001111 |
Color Harmonies of #ACE6E4
Complementary color
Monochromatic Colors of #ACE6E4
Black with #ACE6E4
Text Example
Text Example
White with #ACE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6E4; }
p { color: rgb(172,230,228); }
H1.HeaderClassName
{
color: #ACE6E4;
}
.AnyTagClassName
{
color: #ACE6E4;
}
</style>
background-color css
<style>
a { background-color: #ACE6E4; }
a { background-color: rgb(172,230,228); }
div.DivClassName
{
background-color: #ACE6E4;
}
.BgClassName
{
background-color: #ACE6E4;
}
</style>
border-color css
<style>
span { border-color: #ACE6E4; }
span { border-color: rgb(172,230,228); }
td.TdClassName
{
border-color: #ACE6E4;
}
.TagClassName
{
border-color: #ACE6E4;
}
</style>