Shades of Pale Turquoise #ACF7F2
Tints of Pale Turquoise #ACF7F2
RGB
CMYK
RGB Variations
Color information
#ACF7F2 (or 0xACF7F2) is known color: Pale Turquoise. HEX triplet: AC, F7 and F2. RGB value is (172,247,242). Sum of RGB (Red+Green+Blue) = 172+247+242=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7F2 is #53080D. Grayscale: #DFDFDF. Windows color (decimal): -5441550 or 15923116. OLE color: 15923116.
HSL color Cylindrical-coordinate representation of color #ACF7F2: hue angle of 176º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7F2 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 242 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.03 |
| HSL | 176º | 0.82% | 0.82% | - |
| HSV(B) | 176º | 0.3% | 0.97% | - |
| XYZ | 66.3 | 81.7 | 96.28 | - |
| YUV | 224.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 242 | 0.30 | 0 | 0.02 | 0.03 | 176 | 0.82 | 0.82 |
| Hex | AC | F7 | F2 | 1E | 0 | 2 | 3 | B0 | 52 | 52 |
| Octal | 254 | 367 | 362 | 36 | 0 | 2 | 3 | 260 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11110010 | 11110 | 0 | 10 | 11 | 10110000 | 1010010 | 1010010 |
Color Harmonies of #ACF7F2
Complementary color
Monochromatic Colors of #ACF7F2
Black with #ACF7F2
Text Example
Text Example
White with #ACF7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7F2; }
p { color: rgb(172,247,242); }
H1.HeaderClassName
{
color: #ACF7F2;
}
.AnyTagClassName
{
color: #ACF7F2;
}
</style>
background-color css
<style>
a { background-color: #ACF7F2; }
a { background-color: rgb(172,247,242); }
div.DivClassName
{
background-color: #ACF7F2;
}
.BgClassName
{
background-color: #ACF7F2;
}
</style>
border-color css
<style>
span { border-color: #ACF7F2; }
span { border-color: rgb(172,247,242); }
td.TdClassName
{
border-color: #ACF7F2;
}
.TagClassName
{
border-color: #ACF7F2;
}
</style>