Shades of Pale Turquoise #ACF2EB
Tints of Pale Turquoise #ACF2EB
RGB
CMYK
RGB Variations
Color information
#ACF2EB (or 0xACF2EB) is known color: Pale Turquoise. HEX triplet: AC, F2 and EB. RGB value is (172,242,235). Sum of RGB (Red+Green+Blue) = 172+242+235=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2EB is #530D14. Grayscale: #DCDCDC. Windows color (decimal): -5442837 or 15463084. OLE color: 15463084.
HSL color Cylindrical-coordinate representation of color #ACF2EB: hue angle of 174º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2EB is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 235 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.05 |
| HSL | 174º | 0.73% | 0.81% | - |
| HSV(B) | 174º | 0.29% | 0.95% | - |
| XYZ | 63.76 | 78.27 | 90.34 | - |
| YUV | 220.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 235 | 0.29 | 0 | 0.03 | 0.05 | 174 | 0.73 | 0.81 |
| Hex | AC | F2 | EB | 1D | 0 | 3 | 5 | AE | 49 | 51 |
| Octal | 254 | 362 | 353 | 35 | 0 | 3 | 5 | 256 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11101011 | 11101 | 0 | 11 | 101 | 10101110 | 1001001 | 1010001 |
Color Harmonies of #ACF2EB
Complementary color
Monochromatic Colors of #ACF2EB
Black with #ACF2EB
Text Example
Text Example
White with #ACF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2EB; }
p { color: rgb(172,242,235); }
H1.HeaderClassName
{
color: #ACF2EB;
}
.AnyTagClassName
{
color: #ACF2EB;
}
</style>
background-color css
<style>
a { background-color: #ACF2EB; }
a { background-color: rgb(172,242,235); }
div.DivClassName
{
background-color: #ACF2EB;
}
.BgClassName
{
background-color: #ACF2EB;
}
</style>
border-color css
<style>
span { border-color: #ACF2EB; }
span { border-color: rgb(172,242,235); }
td.TdClassName
{
border-color: #ACF2EB;
}
.TagClassName
{
border-color: #ACF2EB;
}
</style>