Shades of Pale Turquoise #ACF8EF
Tints of Pale Turquoise #ACF8EF
RGB
CMYK
RGB Variations
Color information
#ACF8EF (or 0xACF8EF) is known color: Pale Turquoise. HEX triplet: AC, F8 and EF. RGB value is (172,248,239). Sum of RGB (Red+Green+Blue) = 172+248+239=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8EF is #530710. Grayscale: #E0E0E0. Windows color (decimal): -5441297 or 15726764. OLE color: 15726764.
HSL color Cylindrical-coordinate representation of color #ACF8EF: hue angle of 172.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8EF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 239 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.03 |
| HSL | 172.89º | 0.84% | 0.82% | - |
| HSV(B) | 172.89º | 0.31% | 0.97% | - |
| XYZ | 66.16 | 82.14 | 94.03 | - |
| YUV | 224.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 239 | 0.31 | 0 | 0.04 | 0.03 | 172.89 | 0.84 | 0.82 |
| Hex | AC | F8 | EF | 1F | 0 | 4 | 3 | AD | 54 | 52 |
| Octal | 254 | 370 | 357 | 37 | 0 | 4 | 3 | 255 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101111 | 11111 | 0 | 100 | 11 | 10101101 | 1010100 | 1010010 |
Color Harmonies of #ACF8EF
Complementary color
Monochromatic Colors of #ACF8EF
Black with #ACF8EF
Text Example
Text Example
White with #ACF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8EF; }
p { color: rgb(172,248,239); }
H1.HeaderClassName
{
color: #ACF8EF;
}
.AnyTagClassName
{
color: #ACF8EF;
}
</style>
background-color css
<style>
a { background-color: #ACF8EF; }
a { background-color: rgb(172,248,239); }
div.DivClassName
{
background-color: #ACF8EF;
}
.BgClassName
{
background-color: #ACF8EF;
}
</style>
border-color css
<style>
span { border-color: #ACF8EF; }
span { border-color: rgb(172,248,239); }
td.TdClassName
{
border-color: #ACF8EF;
}
.TagClassName
{
border-color: #ACF8EF;
}
</style>