Shades of Pale Turquoise #ACF2EC
Tints of Pale Turquoise #ACF2EC
RGB
CMYK
RGB Variations
Color information
#ACF2EC (or 0xACF2EC) is known color: Pale Turquoise. HEX triplet: AC, F2 and EC. RGB value is (172,242,236). Sum of RGB (Red+Green+Blue) = 172+242+236=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2EC is #530D13. Grayscale: #DCDCDC. Windows color (decimal): -5442836 or 15528620. OLE color: 15528620.
HSL color Cylindrical-coordinate representation of color #ACF2EC: hue angle of 174.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 236 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 174.86º | 0.73% | 0.81% | - |
| HSV(B) | 174.86º | 0.29% | 0.95% | - |
| XYZ | 63.91 | 78.33 | 91.11 | - |
| YUV | 220.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 236 | 0.29 | 0 | 0.02 | 0.05 | 174.86 | 0.73 | 0.81 |
| Hex | AC | F2 | EC | 1D | 0 | 2 | 5 | AF | 49 | 51 |
| Octal | 254 | 362 | 354 | 35 | 0 | 2 | 5 | 257 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11101100 | 11101 | 0 | 10 | 101 | 10101111 | 1001001 | 1010001 |
Color Harmonies of #ACF2EC
Complementary color
Monochromatic Colors of #ACF2EC
Black with #ACF2EC
Text Example
Text Example
White with #ACF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2EC; }
p { color: rgb(172,242,236); }
H1.HeaderClassName
{
color: #ACF2EC;
}
.AnyTagClassName
{
color: #ACF2EC;
}
</style>
background-color css
<style>
a { background-color: #ACF2EC; }
a { background-color: rgb(172,242,236); }
div.DivClassName
{
background-color: #ACF2EC;
}
.BgClassName
{
background-color: #ACF2EC;
}
</style>
border-color css
<style>
span { border-color: #ACF2EC; }
span { border-color: rgb(172,242,236); }
td.TdClassName
{
border-color: #ACF2EC;
}
.TagClassName
{
border-color: #ACF2EC;
}
</style>