Shades of Pale Turquoise #ACF8EC
Tints of Pale Turquoise #ACF8EC
RGB
CMYK
RGB Variations
Color information
#ACF8EC (or 0xACF8EC) is known color: Pale Turquoise. HEX triplet: AC, F8 and EC. RGB value is (172,248,236). Sum of RGB (Red+Green+Blue) = 172+248+236=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8EC is #530713. Grayscale: #DFDFDF. Windows color (decimal): -5441300 or 15530156. OLE color: 15530156.
HSL color Cylindrical-coordinate representation of color #ACF8EC: hue angle of 170.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8EC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 236 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.03 |
| HSL | 170.53º | 0.84% | 0.82% | - |
| HSV(B) | 170.53º | 0.31% | 0.97% | - |
| XYZ | 65.72 | 81.96 | 91.71 | - |
| YUV | 223.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 236 | 0.31 | 0 | 0.05 | 0.03 | 170.53 | 0.84 | 0.82 |
| Hex | AC | F8 | EC | 1F | 0 | 5 | 3 | AB | 54 | 52 |
| Octal | 254 | 370 | 354 | 37 | 0 | 5 | 3 | 253 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101100 | 11111 | 0 | 101 | 11 | 10101011 | 1010100 | 1010010 |
Color Harmonies of #ACF8EC
Complementary color
Monochromatic Colors of #ACF8EC
Black with #ACF8EC
Text Example
Text Example
White with #ACF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8EC; }
p { color: rgb(172,248,236); }
H1.HeaderClassName
{
color: #ACF8EC;
}
.AnyTagClassName
{
color: #ACF8EC;
}
</style>
background-color css
<style>
a { background-color: #ACF8EC; }
a { background-color: rgb(172,248,236); }
div.DivClassName
{
background-color: #ACF8EC;
}
.BgClassName
{
background-color: #ACF8EC;
}
</style>
border-color css
<style>
span { border-color: #ACF8EC; }
span { border-color: rgb(172,248,236); }
td.TdClassName
{
border-color: #ACF8EC;
}
.TagClassName
{
border-color: #ACF8EC;
}
</style>