Shades of Pale Turquoise #ACF1EC
Tints of Pale Turquoise #ACF1EC
RGB
CMYK
RGB Variations
Color information
#ACF1EC (or 0xACF1EC) is known color: Pale Turquoise. HEX triplet: AC, F1 and EC. RGB value is (172,241,236). Sum of RGB (Red+Green+Blue) = 172+241+236=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EC is #530E13. Grayscale: #DBDBDB. Windows color (decimal): -5443092 or 15528364. OLE color: 15528364.
HSL color Cylindrical-coordinate representation of color #ACF1EC: hue angle of 175.65º degrees, saturation: 0.71, 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 #ACF1EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 236 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 175.65º | 0.71% | 0.81% | - |
| HSV(B) | 175.65º | 0.29% | 0.95% | - |
| XYZ | 63.61 | 77.74 | 91.01 | - |
| YUV | 219.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 236 | 0.29 | 0 | 0.02 | 0.05 | 175.65 | 0.71 | 0.81 |
| Hex | AC | F1 | EC | 1D | 0 | 2 | 5 | B0 | 47 | 51 |
| Octal | 254 | 361 | 354 | 35 | 0 | 2 | 5 | 260 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11101100 | 11101 | 0 | 10 | 101 | 10110000 | 1000111 | 1010001 |
Color Harmonies of #ACF1EC
Complementary color
Monochromatic Colors of #ACF1EC
Black with #ACF1EC
Text Example
Text Example
White with #ACF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1EC; }
p { color: rgb(172,241,236); }
H1.HeaderClassName
{
color: #ACF1EC;
}
.AnyTagClassName
{
color: #ACF1EC;
}
</style>
background-color css
<style>
a { background-color: #ACF1EC; }
a { background-color: rgb(172,241,236); }
div.DivClassName
{
background-color: #ACF1EC;
}
.BgClassName
{
background-color: #ACF1EC;
}
</style>
border-color css
<style>
span { border-color: #ACF1EC; }
span { border-color: rgb(172,241,236); }
td.TdClassName
{
border-color: #ACF1EC;
}
.TagClassName
{
border-color: #ACF1EC;
}
</style>