Shades of Pale Turquoise #ACEAF0
Tints of Pale Turquoise #ACEAF0
RGB
CMYK
RGB Variations
Color information
#ACEAF0 (or 0xACEAF0) is known color: Pale Turquoise. HEX triplet: AC, EA and F0. RGB value is (172,234,240). Sum of RGB (Red+Green+Blue) = 172+234+240=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF0 is #53150F. Grayscale: #D8D8D8. Windows color (decimal): -5444880 or 15788716. OLE color: 15788716.
HSL color Cylindrical-coordinate representation of color #ACEAF0: hue angle of 185.29º 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 #ACEAF0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 234 | 240 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.06 |
| HSL | 185.29º | 0.69% | 0.81% | - |
| HSV(B) | 185.29º | 0.28% | 0.94% | - |
| XYZ | 62.16 | 73.91 | 93.43 | - |
| YUV | 216.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 240 | 0.28 | 0.02 | 0 | 0.06 | 185.29 | 0.69 | 0.81 |
| Hex | AC | EA | F0 | 1C | 2 | 0 | 6 | B9 | 45 | 51 |
| Octal | 254 | 352 | 360 | 34 | 2 | 0 | 6 | 271 | 105 | 121 |
| Binary | 10101100 | 11101010 | 11110000 | 11100 | 10 | 0 | 110 | 10111001 | 1000101 | 1010001 |
Color Harmonies of #ACEAF0
Complementary color
Monochromatic Colors of #ACEAF0
Black with #ACEAF0
Text Example
Text Example
White with #ACEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAF0; }
p { color: rgb(172,234,240); }
H1.HeaderClassName
{
color: #ACEAF0;
}
.AnyTagClassName
{
color: #ACEAF0;
}
</style>
background-color css
<style>
a { background-color: #ACEAF0; }
a { background-color: rgb(172,234,240); }
div.DivClassName
{
background-color: #ACEAF0;
}
.BgClassName
{
background-color: #ACEAF0;
}
</style>
border-color css
<style>
span { border-color: #ACEAF0; }
span { border-color: rgb(172,234,240); }
td.TdClassName
{
border-color: #ACEAF0;
}
.TagClassName
{
border-color: #ACEAF0;
}
</style>