Shades of Pale Turquoise #ACF0F9
Tints of Pale Turquoise #ACF0F9
RGB
CMYK
RGB Variations
Color information
#ACF0F9 (or 0xACF0F9) is known color: Pale Turquoise. HEX triplet: AC, F0 and F9. RGB value is (172,240,249). Sum of RGB (Red+Green+Blue) = 172+240+249=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACF0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0F9 is #530F06. Grayscale: #DCDCDC. Windows color (decimal): -5443335 or 16380076. OLE color: 16380076.
HSL color Cylindrical-coordinate representation of color #ACF0F9: hue angle of 187.01º 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 #ACF0F9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 240 | 249 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 187.01º | 0.87% | 0.83% | - |
| HSV(B) | 187.01º | 0.31% | 0.98% | - |
| XYZ | 65.27 | 77.93 | 101.22 | - |
| YUV | 220.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 249 | 0.31 | 0.04 | 0 | 0.02 | 187.01 | 0.87 | 0.83 |
| Hex | AC | F0 | F9 | 1F | 4 | 0 | 2 | BB | 57 | 53 |
| Octal | 254 | 360 | 371 | 37 | 4 | 0 | 2 | 273 | 127 | 123 |
| Binary | 10101100 | 11110000 | 11111001 | 11111 | 100 | 0 | 10 | 10111011 | 1010111 | 1010011 |
Color Harmonies of #ACF0F9
Complementary color
Monochromatic Colors of #ACF0F9
Black with #ACF0F9
Text Example
Text Example
White with #ACF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0F9; }
p { color: rgb(172,240,249); }
H1.HeaderClassName
{
color: #ACF0F9;
}
.AnyTagClassName
{
color: #ACF0F9;
}
</style>
background-color css
<style>
a { background-color: #ACF0F9; }
a { background-color: rgb(172,240,249); }
div.DivClassName
{
background-color: #ACF0F9;
}
.BgClassName
{
background-color: #ACF0F9;
}
</style>
border-color css
<style>
span { border-color: #ACF0F9; }
span { border-color: rgb(172,240,249); }
td.TdClassName
{
border-color: #ACF0F9;
}
.TagClassName
{
border-color: #ACF0F9;
}
</style>