Shades of Pale Turquoise #ACF7EE
Tints of Pale Turquoise #ACF7EE
RGB
CMYK
RGB Variations
Color information
#ACF7EE (or 0xACF7EE) is known color: Pale Turquoise. HEX triplet: AC, F7 and EE. RGB value is (172,247,238). Sum of RGB (Red+Green+Blue) = 172+247+238=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7EE is #530811. Grayscale: #DFDFDF. Windows color (decimal): -5441554 or 15660972. OLE color: 15660972.
HSL color Cylindrical-coordinate representation of color #ACF7EE: hue angle of 172.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 #ACF7EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 238 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.03 |
| HSL | 172.8º | 0.82% | 0.82% | - |
| HSV(B) | 172.8º | 0.3% | 0.97% | - |
| XYZ | 65.71 | 81.47 | 93.15 | - |
| YUV | 223.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 238 | 0.30 | 0 | 0.04 | 0.03 | 172.8 | 0.82 | 0.82 |
| Hex | AC | F7 | EE | 1E | 0 | 4 | 3 | AD | 52 | 52 |
| Octal | 254 | 367 | 356 | 36 | 0 | 4 | 3 | 255 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11101110 | 11110 | 0 | 100 | 11 | 10101101 | 1010010 | 1010010 |
Color Harmonies of #ACF7EE
Complementary color
Monochromatic Colors of #ACF7EE
Black with #ACF7EE
Text Example
Text Example
White with #ACF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7EE; }
p { color: rgb(172,247,238); }
H1.HeaderClassName
{
color: #ACF7EE;
}
.AnyTagClassName
{
color: #ACF7EE;
}
</style>
background-color css
<style>
a { background-color: #ACF7EE; }
a { background-color: rgb(172,247,238); }
div.DivClassName
{
background-color: #ACF7EE;
}
.BgClassName
{
background-color: #ACF7EE;
}
</style>
border-color css
<style>
span { border-color: #ACF7EE; }
span { border-color: rgb(172,247,238); }
td.TdClassName
{
border-color: #ACF7EE;
}
.TagClassName
{
border-color: #ACF7EE;
}
</style>