Shades of Pale Turquoise #ACF9EF
Tints of Pale Turquoise #ACF9EF
RGB
CMYK
RGB Variations
Color information
#ACF9EF (or 0xACF9EF) is known color: Pale Turquoise. HEX triplet: AC, F9 and EF. RGB value is (172,249,239). Sum of RGB (Red+Green+Blue) = 172+249+239=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EF is #530610. Grayscale: #E0E0E0. Windows color (decimal): -5441041 or 15727020. OLE color: 15727020.
HSL color Cylindrical-coordinate representation of color #ACF9EF: hue angle of 172.21º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9EF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 239 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.02 |
| HSL | 172.21º | 0.87% | 0.83% | - |
| HSV(B) | 172.21º | 0.31% | 0.98% | - |
| XYZ | 66.47 | 82.75 | 94.13 | - |
| YUV | 224.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 239 | 0.31 | 0 | 0.04 | 0.02 | 172.21 | 0.87 | 0.83 |
| Hex | AC | F9 | EF | 1F | 0 | 4 | 2 | AC | 57 | 53 |
| Octal | 254 | 371 | 357 | 37 | 0 | 4 | 2 | 254 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11101111 | 11111 | 0 | 100 | 10 | 10101100 | 1010111 | 1010011 |
Color Harmonies of #ACF9EF
Complementary color
Monochromatic Colors of #ACF9EF
Black with #ACF9EF
Text Example
Text Example
White with #ACF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9EF; }
p { color: rgb(172,249,239); }
H1.HeaderClassName
{
color: #ACF9EF;
}
.AnyTagClassName
{
color: #ACF9EF;
}
</style>
background-color css
<style>
a { background-color: #ACF9EF; }
a { background-color: rgb(172,249,239); }
div.DivClassName
{
background-color: #ACF9EF;
}
.BgClassName
{
background-color: #ACF9EF;
}
</style>
border-color css
<style>
span { border-color: #ACF9EF; }
span { border-color: rgb(172,249,239); }
td.TdClassName
{
border-color: #ACF9EF;
}
.TagClassName
{
border-color: #ACF9EF;
}
</style>