Shades of Pale Turquoise #ACF7F3
Tints of Pale Turquoise #ACF7F3
RGB
CMYK
RGB Variations
Color information
#ACF7F3 (or 0xACF7F3) is known color: Pale Turquoise. HEX triplet: AC, F7 and F3. RGB value is (172,247,243). Sum of RGB (Red+Green+Blue) = 172+247+243=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7F3 is #53080C. Grayscale: #E0E0E0. Windows color (decimal): -5441549 or 15988652. OLE color: 15988652.
HSL color Cylindrical-coordinate representation of color #ACF7F3: hue angle of 176.8º 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 #ACF7F3 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 243 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.03 |
| HSL | 176.8º | 0.82% | 0.82% | - |
| HSV(B) | 176.8º | 0.3% | 0.97% | - |
| XYZ | 66.45 | 81.76 | 97.07 | - |
| YUV | 224.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 243 | 0.30 | 0 | 0.02 | 0.03 | 176.8 | 0.82 | 0.82 |
| Hex | AC | F7 | F3 | 1E | 0 | 2 | 3 | B1 | 52 | 52 |
| Octal | 254 | 367 | 363 | 36 | 0 | 2 | 3 | 261 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11110011 | 11110 | 0 | 10 | 11 | 10110001 | 1010010 | 1010010 |
Color Harmonies of #ACF7F3
Complementary color
Monochromatic Colors of #ACF7F3
Black with #ACF7F3
Text Example
Text Example
White with #ACF7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7F3; }
p { color: rgb(172,247,243); }
H1.HeaderClassName
{
color: #ACF7F3;
}
.AnyTagClassName
{
color: #ACF7F3;
}
</style>
background-color css
<style>
a { background-color: #ACF7F3; }
a { background-color: rgb(172,247,243); }
div.DivClassName
{
background-color: #ACF7F3;
}
.BgClassName
{
background-color: #ACF7F3;
}
</style>
border-color css
<style>
span { border-color: #ACF7F3; }
span { border-color: rgb(172,247,243); }
td.TdClassName
{
border-color: #ACF7F3;
}
.TagClassName
{
border-color: #ACF7F3;
}
</style>