Shades of Pale Turquoise #ACF4ED
Tints of Pale Turquoise #ACF4ED
RGB
CMYK
RGB Variations
Color information
#ACF4ED (or 0xACF4ED) is known color: Pale Turquoise. HEX triplet: AC, F4 and ED. RGB value is (172,244,237). Sum of RGB (Red+Green+Blue) = 172+244+237=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4ED is #530B12. Grayscale: #DDDDDD. Windows color (decimal): -5442323 or 15594668. OLE color: 15594668.
HSL color Cylindrical-coordinate representation of color #ACF4ED: hue angle of 174.17º 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 #ACF4ED is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 237 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.04 |
| HSL | 174.17º | 0.77% | 0.82% | - |
| HSV(B) | 174.17º | 0.3% | 0.96% | - |
| XYZ | 64.65 | 79.59 | 92.08 | - |
| YUV | 221.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 237 | 0.30 | 0 | 0.03 | 0.04 | 174.17 | 0.77 | 0.82 |
| Hex | AC | F4 | ED | 1E | 0 | 3 | 4 | AE | 4D | 52 |
| Octal | 254 | 364 | 355 | 36 | 0 | 3 | 4 | 256 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11101101 | 11110 | 0 | 11 | 100 | 10101110 | 1001101 | 1010010 |
Color Harmonies of #ACF4ED
Complementary color
Monochromatic Colors of #ACF4ED
Black with #ACF4ED
Text Example
Text Example
White with #ACF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4ED; }
p { color: rgb(172,244,237); }
H1.HeaderClassName
{
color: #ACF4ED;
}
.AnyTagClassName
{
color: #ACF4ED;
}
</style>
background-color css
<style>
a { background-color: #ACF4ED; }
a { background-color: rgb(172,244,237); }
div.DivClassName
{
background-color: #ACF4ED;
}
.BgClassName
{
background-color: #ACF4ED;
}
</style>
border-color css
<style>
span { border-color: #ACF4ED; }
span { border-color: rgb(172,244,237); }
td.TdClassName
{
border-color: #ACF4ED;
}
.TagClassName
{
border-color: #ACF4ED;
}
</style>