Shades of Pale Turquoise #ACE9EF
Tints of Pale Turquoise #ACE9EF
RGB
CMYK
RGB Variations
Color information
#ACE9EF (or 0xACE9EF) is known color: Pale Turquoise. HEX triplet: AC, E9 and EF. RGB value is (172,233,239). Sum of RGB (Red+Green+Blue) = 172+233+239=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9EF is #531610. Grayscale: #D7D7D7. Windows color (decimal): -5445137 or 15722924. OLE color: 15722924.
HSL color Cylindrical-coordinate representation of color #ACE9EF: hue angle of 185.37º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE9EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 233 | 239 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 185.37º | 0.68% | 0.81% | - |
| HSV(B) | 185.37º | 0.28% | 0.94% | - |
| XYZ | 61.73 | 73.28 | 92.55 | - |
| YUV | 215.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 239 | 0.28 | 0.03 | 0 | 0.06 | 185.37 | 0.68 | 0.81 |
| Hex | AC | E9 | EF | 1C | 3 | 0 | 6 | B9 | 44 | 51 |
| Octal | 254 | 351 | 357 | 34 | 3 | 0 | 6 | 271 | 104 | 121 |
| Binary | 10101100 | 11101001 | 11101111 | 11100 | 11 | 0 | 110 | 10111001 | 1000100 | 1010001 |
Color Harmonies of #ACE9EF
Complementary color
Monochromatic Colors of #ACE9EF
Black with #ACE9EF
Text Example
Text Example
White with #ACE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9EF; }
p { color: rgb(172,233,239); }
H1.HeaderClassName
{
color: #ACE9EF;
}
.AnyTagClassName
{
color: #ACE9EF;
}
</style>
background-color css
<style>
a { background-color: #ACE9EF; }
a { background-color: rgb(172,233,239); }
div.DivClassName
{
background-color: #ACE9EF;
}
.BgClassName
{
background-color: #ACE9EF;
}
</style>
border-color css
<style>
span { border-color: #ACE9EF; }
span { border-color: rgb(172,233,239); }
td.TdClassName
{
border-color: #ACE9EF;
}
.TagClassName
{
border-color: #ACE9EF;
}
</style>