Shades of Pale Turquoise #ACF7FE
Tints of Pale Turquoise #ACF7FE
RGB
CMYK
RGB Variations
Color information
#ACF7FE (or 0xACF7FE) is known color: Pale Turquoise. HEX triplet: AC, F7 and FE. RGB value is (172,247,254). Sum of RGB (Red+Green+Blue) = 172+247+254=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7FE is #530801. Grayscale: #E1E1E1. Windows color (decimal): -5441538 or 16709548. OLE color: 16709548.
HSL color Cylindrical-coordinate representation of color #ACF7FE: hue angle of 185.12º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF7FE is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 247 | 254 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.00 |
| HSL | 185.12º | 0.98% | 0.84% | - |
| HSV(B) | 185.12º | 0.32% | 1% | - |
| XYZ | 68.16 | 82.45 | 106.09 | - |
| YUV | 225.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 254 | 0.32 | 0.03 | 0 | 0.00 | 185.12 | 0.98 | 0.84 |
| Hex | AC | F7 | FE | 20 | 3 | 0 | 0 | B9 | 62 | 54 |
| Octal | 254 | 367 | 376 | 40 | 3 | 0 | 0 | 271 | 142 | 124 |
| Binary | 10101100 | 11110111 | 11111110 | 100000 | 11 | 0 | 0 | 10111001 | 1100010 | 1010100 |
Color Harmonies of #ACF7FE
Complementary color
Monochromatic Colors of #ACF7FE
Black with #ACF7FE
Text Example
Text Example
White with #ACF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7FE; }
p { color: rgb(172,247,254); }
H1.HeaderClassName
{
color: #ACF7FE;
}
.AnyTagClassName
{
color: #ACF7FE;
}
</style>
background-color css
<style>
a { background-color: #ACF7FE; }
a { background-color: rgb(172,247,254); }
div.DivClassName
{
background-color: #ACF7FE;
}
.BgClassName
{
background-color: #ACF7FE;
}
</style>
border-color css
<style>
span { border-color: #ACF7FE; }
span { border-color: rgb(172,247,254); }
td.TdClassName
{
border-color: #ACF7FE;
}
.TagClassName
{
border-color: #ACF7FE;
}
</style>