Shades of Pale Turquoise #ACECF5
Tints of Pale Turquoise #ACECF5
RGB
CMYK
RGB Variations
Color information
#ACECF5 (or 0xACECF5) is known color: Pale Turquoise. HEX triplet: AC, EC and F5. RGB value is (172,236,245). Sum of RGB (Red+Green+Blue) = 172+236+245=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECF5 is #53130A. Grayscale: #D9D9D9. Windows color (decimal): -5444363 or 16116908. OLE color: 16116908.
HSL color Cylindrical-coordinate representation of color #ACECF5: hue angle of 187.4º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACECF5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 172 | 236 | 245 | - |
CMYK | 0.30 | 0.04 | 0 | 0.04 |
HSL | 187.4º | 0.78% | 0.82% | - |
HSV(B) | 187.4º | 0.3% | 0.96% | - |
XYZ | 63.49 | 75.35 | 97.58 | - |
YUV | 217.89 | 143.3 | 95.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 245 | 0.30 | 0.04 | 0 | 0.04 | 187.4 | 0.78 | 0.82 |
Hex | AC | EC | F5 | 1E | 4 | 0 | 4 | BB | 4E | 52 |
Octal | 254 | 354 | 365 | 36 | 4 | 0 | 4 | 273 | 116 | 122 |
Binary | 10101100 | 11101100 | 11110101 | 11110 | 100 | 0 | 100 | 10111011 | 1001110 | 1010010 |
Color Harmonies of #ACECF5
Complementary color
Monochromatic Colors of #ACECF5
Black with #ACECF5
Text Example
Text Example
White with #ACECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECF5; }
p { color: rgb(172,236,245); }
H1.HeaderClassName
{
color: #ACECF5;
}
.AnyTagClassName
{
color: #ACECF5;
}
</style>
background-color css
<style>
a { background-color: #ACECF5; }
a { background-color: rgb(172,236,245); }
div.DivClassName
{
background-color: #ACECF5;
}
.BgClassName
{
background-color: #ACECF5;
}
</style>
border-color css
<style>
span { border-color: #ACECF5; }
span { border-color: rgb(172,236,245); }
td.TdClassName
{
border-color: #ACECF5;
}
.TagClassName
{
border-color: #ACECF5;
}
</style>