Shades of Pale Turquoise #ACF4EA
Tints of Pale Turquoise #ACF4EA
RGB
CMYK
RGB Variations
Color information
#ACF4EA (or 0xACF4EA) is known color: Pale Turquoise. HEX triplet: AC, F4 and EA. RGB value is (172,244,234). Sum of RGB (Red+Green+Blue) = 172+244+234=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4EA is #530B15. Grayscale: #DDDDDD. Windows color (decimal): -5442326 or 15398060. OLE color: 15398060.
HSL color Cylindrical-coordinate representation of color #ACF4EA: hue angle of 171.67º 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 #ACF4EA is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 234 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.04 |
| HSL | 171.67º | 0.77% | 0.82% | - |
| HSV(B) | 171.67º | 0.3% | 0.96% | - |
| XYZ | 64.22 | 79.41 | 89.79 | - |
| YUV | 221.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 234 | 0.30 | 0 | 0.04 | 0.04 | 171.67 | 0.77 | 0.82 |
| Hex | AC | F4 | EA | 1E | 0 | 4 | 4 | AC | 4D | 52 |
| Octal | 254 | 364 | 352 | 36 | 0 | 4 | 4 | 254 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11101010 | 11110 | 0 | 100 | 100 | 10101100 | 1001101 | 1010010 |
Color Harmonies of #ACF4EA
Complementary color
Monochromatic Colors of #ACF4EA
Black with #ACF4EA
Text Example
Text Example
White with #ACF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4EA; }
p { color: rgb(172,244,234); }
H1.HeaderClassName
{
color: #ACF4EA;
}
.AnyTagClassName
{
color: #ACF4EA;
}
</style>
background-color css
<style>
a { background-color: #ACF4EA; }
a { background-color: rgb(172,244,234); }
div.DivClassName
{
background-color: #ACF4EA;
}
.BgClassName
{
background-color: #ACF4EA;
}
</style>
border-color css
<style>
span { border-color: #ACF4EA; }
span { border-color: rgb(172,244,234); }
td.TdClassName
{
border-color: #ACF4EA;
}
.TagClassName
{
border-color: #ACF4EA;
}
</style>