Shades of Pale Turquoise #ACF9FA
Tints of Pale Turquoise #ACF9FA
RGB
CMYK
RGB Variations
Color information
#ACF9FA (or 0xACF9FA) is known color: Pale Turquoise. HEX triplet: AC, F9 and FA. RGB value is (172,249,250). Sum of RGB (Red+Green+Blue) = 172+249+250=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FA is #530605. Grayscale: #E2E2E2. Windows color (decimal): -5441030 or 16447916. OLE color: 16447916.
HSL color Cylindrical-coordinate representation of color #ACF9FA: hue angle of 180.77º degrees, saturation: 0.89, 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 #ACF9FA is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 250 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.02 |
| HSL | 180.77º | 0.89% | 0.83% | - |
| HSV(B) | 180.77º | 0.31% | 0.98% | - |
| XYZ | 68.14 | 83.42 | 102.95 | - |
| YUV | 226.09 | 141.49 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 250 | 0.31 | 0.00 | 0 | 0.02 | 180.77 | 0.89 | 0.83 |
| Hex | AC | F9 | FA | 1F | 0 | 0 | 2 | B5 | 59 | 53 |
| Octal | 254 | 371 | 372 | 37 | 0 | 0 | 2 | 265 | 131 | 123 |
| Binary | 10101100 | 11111001 | 11111010 | 11111 | 0 | 0 | 10 | 10110101 | 1011001 | 1010011 |
Color Harmonies of #ACF9FA
Complementary color
Monochromatic Colors of #ACF9FA
Black with #ACF9FA
Text Example
Text Example
White with #ACF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9FA; }
p { color: rgb(172,249,250); }
H1.HeaderClassName
{
color: #ACF9FA;
}
.AnyTagClassName
{
color: #ACF9FA;
}
</style>
background-color css
<style>
a { background-color: #ACF9FA; }
a { background-color: rgb(172,249,250); }
div.DivClassName
{
background-color: #ACF9FA;
}
.BgClassName
{
background-color: #ACF9FA;
}
</style>
border-color css
<style>
span { border-color: #ACF9FA; }
span { border-color: rgb(172,249,250); }
td.TdClassName
{
border-color: #ACF9FA;
}
.TagClassName
{
border-color: #ACF9FA;
}
</style>