Shades of Pale Turquoise #ACF7ED
Tints of Pale Turquoise #ACF7ED
RGB
CMYK
RGB Variations
Color information
#ACF7ED (or 0xACF7ED) is known color: Pale Turquoise. HEX triplet: AC, F7 and ED. RGB value is (172,247,237). Sum of RGB (Red+Green+Blue) = 172+247+237=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7ED is #530812. Grayscale: #DFDFDF. Windows color (decimal): -5441555 or 15595436. OLE color: 15595436.
HSL color Cylindrical-coordinate representation of color #ACF7ED: hue angle of 172º 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 #ACF7ED is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 237 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.03 |
| HSL | 172º | 0.82% | 0.82% | - |
| HSV(B) | 172º | 0.3% | 0.97% | - |
| XYZ | 65.56 | 81.41 | 92.38 | - |
| YUV | 223.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 237 | 0.30 | 0 | 0.04 | 0.03 | 172 | 0.82 | 0.82 |
| Hex | AC | F7 | ED | 1E | 0 | 4 | 3 | AC | 52 | 52 |
| Octal | 254 | 367 | 355 | 36 | 0 | 4 | 3 | 254 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11101101 | 11110 | 0 | 100 | 11 | 10101100 | 1010010 | 1010010 |
Color Harmonies of #ACF7ED
Complementary color
Monochromatic Colors of #ACF7ED
Black with #ACF7ED
Text Example
Text Example
White with #ACF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7ED; }
p { color: rgb(172,247,237); }
H1.HeaderClassName
{
color: #ACF7ED;
}
.AnyTagClassName
{
color: #ACF7ED;
}
</style>
background-color css
<style>
a { background-color: #ACF7ED; }
a { background-color: rgb(172,247,237); }
div.DivClassName
{
background-color: #ACF7ED;
}
.BgClassName
{
background-color: #ACF7ED;
}
</style>
border-color css
<style>
span { border-color: #ACF7ED; }
span { border-color: rgb(172,247,237); }
td.TdClassName
{
border-color: #ACF7ED;
}
.TagClassName
{
border-color: #ACF7ED;
}
</style>