Shades of Pale Turquoise #ACF9EC
Tints of Pale Turquoise #ACF9EC
RGB
CMYK
RGB Variations
Color information
#ACF9EC (or 0xACF9EC) is known color: Pale Turquoise. HEX triplet: AC, F9 and EC. RGB value is (172,249,236). Sum of RGB (Red+Green+Blue) = 172+249+236=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EC is #530613. Grayscale: #E0E0E0. Windows color (decimal): -5441044 or 15530412. OLE color: 15530412.
HSL color Cylindrical-coordinate representation of color #ACF9EC: hue angle of 169.87º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9EC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 236 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.02 |
| HSL | 169.87º | 0.87% | 0.83% | - |
| HSV(B) | 169.87º | 0.31% | 0.98% | - |
| XYZ | 66.03 | 82.58 | 91.82 | - |
| YUV | 224.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 236 | 0.31 | 0 | 0.05 | 0.02 | 169.87 | 0.87 | 0.83 |
| Hex | AC | F9 | EC | 1F | 0 | 5 | 2 | AA | 57 | 53 |
| Octal | 254 | 371 | 354 | 37 | 0 | 5 | 2 | 252 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11101100 | 11111 | 0 | 101 | 10 | 10101010 | 1010111 | 1010011 |
Color Harmonies of #ACF9EC
Complementary color
Monochromatic Colors of #ACF9EC
Black with #ACF9EC
Text Example
Text Example
White with #ACF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9EC; }
p { color: rgb(172,249,236); }
H1.HeaderClassName
{
color: #ACF9EC;
}
.AnyTagClassName
{
color: #ACF9EC;
}
</style>
background-color css
<style>
a { background-color: #ACF9EC; }
a { background-color: rgb(172,249,236); }
div.DivClassName
{
background-color: #ACF9EC;
}
.BgClassName
{
background-color: #ACF9EC;
}
</style>
border-color css
<style>
span { border-color: #ACF9EC; }
span { border-color: rgb(172,249,236); }
td.TdClassName
{
border-color: #ACF9EC;
}
.TagClassName
{
border-color: #ACF9EC;
}
</style>