Shades of Pale Turquoise #ACF6E9
Tints of Pale Turquoise #ACF6E9
RGB
CMYK
RGB Variations
Color information
#ACF6E9 (or 0xACF6E9) is known color: Pale Turquoise. HEX triplet: AC, F6 and E9. RGB value is (172,246,233). Sum of RGB (Red+Green+Blue) = 172+246+233=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6E9 is #530916. Grayscale: #DEDEDE. Windows color (decimal): -5441815 or 15333036. OLE color: 15333036.
HSL color Cylindrical-coordinate representation of color #ACF6E9: hue angle of 169.46º degrees, saturation: 0.8, 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 #ACF6E9 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 233 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.04 |
| HSL | 169.46º | 0.8% | 0.82% | - |
| HSV(B) | 169.46º | 0.3% | 0.96% | - |
| XYZ | 64.68 | 80.57 | 89.23 | - |
| YUV | 222.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 233 | 0.30 | 0 | 0.05 | 0.04 | 169.46 | 0.8 | 0.82 |
| Hex | AC | F6 | E9 | 1E | 0 | 5 | 4 | A9 | 50 | 52 |
| Octal | 254 | 366 | 351 | 36 | 0 | 5 | 4 | 251 | 120 | 122 |
| Binary | 10101100 | 11110110 | 11101001 | 11110 | 0 | 101 | 100 | 10101001 | 1010000 | 1010010 |
Color Harmonies of #ACF6E9
Complementary color
Monochromatic Colors of #ACF6E9
Black with #ACF6E9
Text Example
Text Example
White with #ACF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6E9; }
p { color: rgb(172,246,233); }
H1.HeaderClassName
{
color: #ACF6E9;
}
.AnyTagClassName
{
color: #ACF6E9;
}
</style>
background-color css
<style>
a { background-color: #ACF6E9; }
a { background-color: rgb(172,246,233); }
div.DivClassName
{
background-color: #ACF6E9;
}
.BgClassName
{
background-color: #ACF6E9;
}
</style>
border-color css
<style>
span { border-color: #ACF6E9; }
span { border-color: rgb(172,246,233); }
td.TdClassName
{
border-color: #ACF6E9;
}
.TagClassName
{
border-color: #ACF6E9;
}
</style>