Shades of Pale Turquoise #ACEBF4
Tints of Pale Turquoise #ACEBF4
RGB
CMYK
RGB Variations
Color information
#ACEBF4 (or 0xACEBF4) is known color: Pale Turquoise. HEX triplet: AC, EB and F4. RGB value is (172,235,244). Sum of RGB (Red+Green+Blue) = 172+235+244=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACEBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBF4 is #53140B. Grayscale: #D9D9D9. Windows color (decimal): -5444620 or 16051116. OLE color: 16051116.
HSL color Cylindrical-coordinate representation of color #ACEBF4: hue angle of 187.5º degrees, saturation: 0.77, 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 #ACEBF4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 172 | 235 | 244 | - |
CMYK | 0.30 | 0.04 | 0 | 0.04 |
HSL | 187.5º | 0.77% | 0.82% | - |
HSV(B) | 187.5º | 0.3% | 0.96% | - |
XYZ | 63.05 | 74.72 | 96.69 | - |
YUV | 217.19 | 143.13 | 95.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 235 | 244 | 0.30 | 0.04 | 0 | 0.04 | 187.5 | 0.77 | 0.82 |
Hex | AC | EB | F4 | 1E | 4 | 0 | 4 | BC | 4D | 52 |
Octal | 254 | 353 | 364 | 36 | 4 | 0 | 4 | 274 | 115 | 122 |
Binary | 10101100 | 11101011 | 11110100 | 11110 | 100 | 0 | 100 | 10111100 | 1001101 | 1010010 |
Color Harmonies of #ACEBF4
Complementary color
Monochromatic Colors of #ACEBF4
Black with #ACEBF4
Text Example
Text Example
White with #ACEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBF4; }
p { color: rgb(172,235,244); }
H1.HeaderClassName
{
color: #ACEBF4;
}
.AnyTagClassName
{
color: #ACEBF4;
}
</style>
background-color css
<style>
a { background-color: #ACEBF4; }
a { background-color: rgb(172,235,244); }
div.DivClassName
{
background-color: #ACEBF4;
}
.BgClassName
{
background-color: #ACEBF4;
}
</style>
border-color css
<style>
span { border-color: #ACEBF4; }
span { border-color: rgb(172,235,244); }
td.TdClassName
{
border-color: #ACEBF4;
}
.TagClassName
{
border-color: #ACEBF4;
}
</style>