Shades of Pale Turquoise #ACF5E8
Tints of Pale Turquoise #ACF5E8
RGB
CMYK
RGB Variations
Color information
#ACF5E8 (or 0xACF5E8) is known color: Pale Turquoise. HEX triplet: AC, F5 and E8. RGB value is (172,245,232). Sum of RGB (Red+Green+Blue) = 172+245+232=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5E8 is #530A17. Grayscale: #DDDDDD. Windows color (decimal): -5442072 or 15267244. OLE color: 15267244.
HSL color Cylindrical-coordinate representation of color #ACF5E8: hue angle of 169.32º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5E8 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 232 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.04 |
| HSL | 169.32º | 0.78% | 0.82% | - |
| HSV(B) | 169.32º | 0.3% | 0.96% | - |
| XYZ | 64.23 | 79.9 | 88.38 | - |
| YUV | 221.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 232 | 0.30 | 0 | 0.05 | 0.04 | 169.32 | 0.78 | 0.82 |
| Hex | AC | F5 | E8 | 1E | 0 | 5 | 4 | A9 | 4E | 52 |
| Octal | 254 | 365 | 350 | 36 | 0 | 5 | 4 | 251 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11101000 | 11110 | 0 | 101 | 100 | 10101001 | 1001110 | 1010010 |
Color Harmonies of #ACF5E8
Complementary color
Monochromatic Colors of #ACF5E8
Black with #ACF5E8
Text Example
Text Example
White with #ACF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5E8; }
p { color: rgb(172,245,232); }
H1.HeaderClassName
{
color: #ACF5E8;
}
.AnyTagClassName
{
color: #ACF5E8;
}
</style>
background-color css
<style>
a { background-color: #ACF5E8; }
a { background-color: rgb(172,245,232); }
div.DivClassName
{
background-color: #ACF5E8;
}
.BgClassName
{
background-color: #ACF5E8;
}
</style>
border-color css
<style>
span { border-color: #ACF5E8; }
span { border-color: rgb(172,245,232); }
td.TdClassName
{
border-color: #ACF5E8;
}
.TagClassName
{
border-color: #ACF5E8;
}
</style>