Shades of Pale Turquoise #ACFCF2
Tints of Pale Turquoise #ACFCF2
RGB
CMYK
RGB Variations
Color information
#ACFCF2 (or 0xACFCF2) is known color: Pale Turquoise. HEX triplet: AC, FC and F2. RGB value is (172,252,242). Sum of RGB (Red+Green+Blue) = 172+252+242=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCF2 is #53030D. Grayscale: #E2E2E2. Windows color (decimal): -5440270 or 15924396. OLE color: 15924396.
HSL color Cylindrical-coordinate representation of color #ACFCF2: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCF2 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 242 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.01 |
| HSL | 172.5º | 0.93% | 0.83% | - |
| HSV(B) | 172.5º | 0.32% | 0.99% | - |
| XYZ | 67.85 | 84.8 | 96.8 | - |
| YUV | 226.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 242 | 0.32 | 0 | 0.04 | 0.01 | 172.5 | 0.93 | 0.83 |
| Hex | AC | FC | F2 | 20 | 0 | 4 | 1 | AC | 5D | 53 |
| Octal | 254 | 374 | 362 | 40 | 0 | 4 | 1 | 254 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11110010 | 100000 | 0 | 100 | 1 | 10101100 | 1011101 | 1010011 |
Color Harmonies of #ACFCF2
Complementary color
Monochromatic Colors of #ACFCF2
Black with #ACFCF2
Text Example
Text Example
White with #ACFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCF2; }
p { color: rgb(172,252,242); }
H1.HeaderClassName
{
color: #ACFCF2;
}
.AnyTagClassName
{
color: #ACFCF2;
}
</style>
background-color css
<style>
a { background-color: #ACFCF2; }
a { background-color: rgb(172,252,242); }
div.DivClassName
{
background-color: #ACFCF2;
}
.BgClassName
{
background-color: #ACFCF2;
}
</style>
border-color css
<style>
span { border-color: #ACFCF2; }
span { border-color: rgb(172,252,242); }
td.TdClassName
{
border-color: #ACFCF2;
}
.TagClassName
{
border-color: #ACFCF2;
}
</style>