Shades of Pale Turquoise #ACF3E9
Tints of Pale Turquoise #ACF3E9
RGB
CMYK
RGB Variations
Color information
#ACF3E9 (or 0xACF3E9) is known color: Pale Turquoise. HEX triplet: AC, F3 and E9. RGB value is (172,243,233). Sum of RGB (Red+Green+Blue) = 172+243+233=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3E9 is #530C16. Grayscale: #DCDCDC. Windows color (decimal): -5442583 or 15332268. OLE color: 15332268.
HSL color Cylindrical-coordinate representation of color #ACF3E9: hue angle of 171.55º degrees, saturation: 0.75, 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 #ACF3E9 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 233 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.05 |
| HSL | 171.55º | 0.75% | 0.81% | - |
| HSV(B) | 171.55º | 0.29% | 0.95% | - |
| XYZ | 63.77 | 78.76 | 88.93 | - |
| YUV | 220.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 233 | 0.29 | 0 | 0.04 | 0.05 | 171.55 | 0.75 | 0.81 |
| Hex | AC | F3 | E9 | 1D | 0 | 4 | 5 | AC | 4B | 51 |
| Octal | 254 | 363 | 351 | 35 | 0 | 4 | 5 | 254 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11101001 | 11101 | 0 | 100 | 101 | 10101100 | 1001011 | 1010001 |
Color Harmonies of #ACF3E9
Complementary color
Monochromatic Colors of #ACF3E9
Black with #ACF3E9
Text Example
Text Example
White with #ACF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3E9; }
p { color: rgb(172,243,233); }
H1.HeaderClassName
{
color: #ACF3E9;
}
.AnyTagClassName
{
color: #ACF3E9;
}
</style>
background-color css
<style>
a { background-color: #ACF3E9; }
a { background-color: rgb(172,243,233); }
div.DivClassName
{
background-color: #ACF3E9;
}
.BgClassName
{
background-color: #ACF3E9;
}
</style>
border-color css
<style>
span { border-color: #ACF3E9; }
span { border-color: rgb(172,243,233); }
td.TdClassName
{
border-color: #ACF3E9;
}
.TagClassName
{
border-color: #ACF3E9;
}
</style>