Shades of Pale Turquoise #ACFEFC
Tints of Pale Turquoise #ACFEFC
RGB
CMYK
RGB Variations
Color information
#ACFEFC (or 0xACFEFC) is known color: Pale Turquoise. HEX triplet: AC, FE and FC. RGB value is (172,254,252). Sum of RGB (Red+Green+Blue) = 172+254+252=678 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.37% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFC is #530103. Grayscale: #E5E5E5. Windows color (decimal): -5439748 or 16580268. OLE color: 16580268.
HSL color Cylindrical-coordinate representation of color #ACFEFC: hue angle of 178.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEFC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 252 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.00 |
| HSL | 178.54º | 0.98% | 0.84% | - |
| HSV(B) | 178.54º | 0.32% | 1% | - |
| XYZ | 70.03 | 86.68 | 105.14 | - |
| YUV | 229.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 252 | 0.32 | 0 | 0.01 | 0.00 | 178.54 | 0.98 | 0.84 |
| Hex | AC | FE | FC | 20 | 0 | 1 | 0 | B3 | 62 | 54 |
| Octal | 254 | 376 | 374 | 40 | 0 | 1 | 0 | 263 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11111100 | 100000 | 0 | 1 | 0 | 10110011 | 1100010 | 1010100 |
Color Harmonies of #ACFEFC
Complementary color
Monochromatic Colors of #ACFEFC
Black with #ACFEFC
Text Example
Text Example
White with #ACFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEFC; }
p { color: rgb(172,254,252); }
H1.HeaderClassName
{
color: #ACFEFC;
}
.AnyTagClassName
{
color: #ACFEFC;
}
</style>
background-color css
<style>
a { background-color: #ACFEFC; }
a { background-color: rgb(172,254,252); }
div.DivClassName
{
background-color: #ACFEFC;
}
.BgClassName
{
background-color: #ACFEFC;
}
</style>
border-color css
<style>
span { border-color: #ACFEFC; }
span { border-color: rgb(172,254,252); }
td.TdClassName
{
border-color: #ACFEFC;
}
.TagClassName
{
border-color: #ACFEFC;
}
</style>