Shades of Pale Turquoise #ACE9F0
Tints of Pale Turquoise #ACE9F0
RGB
CMYK
RGB Variations
Color information
#ACE9F0 (or 0xACE9F0) is known color: Pale Turquoise. HEX triplet: AC, E9 and F0. RGB value is (172,233,240). Sum of RGB (Red+Green+Blue) = 172+233+240=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F0 is #53160F. Grayscale: #D7D7D7. Windows color (decimal): -5445136 or 15788460. OLE color: 15788460.
HSL color Cylindrical-coordinate representation of color #ACE9F0: hue angle of 186.18º degrees, saturation: 0.69, 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 #ACE9F0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 233 | 240 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 186.18º | 0.69% | 0.81% | - |
| HSV(B) | 186.18º | 0.28% | 0.94% | - |
| XYZ | 61.88 | 73.34 | 93.33 | - |
| YUV | 215.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 240 | 0.28 | 0.03 | 0 | 0.06 | 186.18 | 0.69 | 0.81 |
| Hex | AC | E9 | F0 | 1C | 3 | 0 | 6 | BA | 45 | 51 |
| Octal | 254 | 351 | 360 | 34 | 3 | 0 | 6 | 272 | 105 | 121 |
| Binary | 10101100 | 11101001 | 11110000 | 11100 | 11 | 0 | 110 | 10111010 | 1000101 | 1010001 |
Color Harmonies of #ACE9F0
Complementary color
Monochromatic Colors of #ACE9F0
Black with #ACE9F0
Text Example
Text Example
White with #ACE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9F0; }
p { color: rgb(172,233,240); }
H1.HeaderClassName
{
color: #ACE9F0;
}
.AnyTagClassName
{
color: #ACE9F0;
}
</style>
background-color css
<style>
a { background-color: #ACE9F0; }
a { background-color: rgb(172,233,240); }
div.DivClassName
{
background-color: #ACE9F0;
}
.BgClassName
{
background-color: #ACE9F0;
}
</style>
border-color css
<style>
span { border-color: #ACE9F0; }
span { border-color: rgb(172,233,240); }
td.TdClassName
{
border-color: #ACE9F0;
}
.TagClassName
{
border-color: #ACE9F0;
}
</style>