Shades of Pale Turquoise #ACF1F7
Tints of Pale Turquoise #ACF1F7
RGB
CMYK
RGB Variations
Color information
#ACF1F7 (or 0xACF1F7) is known color: Pale Turquoise. HEX triplet: AC, F1 and F7. RGB value is (172,241,247). Sum of RGB (Red+Green+Blue) = 172+241+247=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACF1F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F7 is #530E08. Grayscale: #DCDCDC. Windows color (decimal): -5443081 or 16249260. OLE color: 16249260.
HSL color Cylindrical-coordinate representation of color #ACF1F7: hue angle of 184.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF1F7 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 241 | 247 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.03 |
| HSL | 184.8º | 0.82% | 0.82% | - |
| HSV(B) | 184.8º | 0.3% | 0.97% | - |
| XYZ | 65.26 | 78.4 | 99.69 | - |
| YUV | 221.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 247 | 0.30 | 0.02 | 0 | 0.03 | 184.8 | 0.82 | 0.82 |
| Hex | AC | F1 | F7 | 1E | 2 | 0 | 3 | B9 | 52 | 52 |
| Octal | 254 | 361 | 367 | 36 | 2 | 0 | 3 | 271 | 122 | 122 |
| Binary | 10101100 | 11110001 | 11110111 | 11110 | 10 | 0 | 11 | 10111001 | 1010010 | 1010010 |
Color Harmonies of #ACF1F7
Complementary color
Monochromatic Colors of #ACF1F7
Black with #ACF1F7
Text Example
Text Example
White with #ACF1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1F7; }
p { color: rgb(172,241,247); }
H1.HeaderClassName
{
color: #ACF1F7;
}
.AnyTagClassName
{
color: #ACF1F7;
}
</style>
background-color css
<style>
a { background-color: #ACF1F7; }
a { background-color: rgb(172,241,247); }
div.DivClassName
{
background-color: #ACF1F7;
}
.BgClassName
{
background-color: #ACF1F7;
}
</style>
border-color css
<style>
span { border-color: #ACF1F7; }
span { border-color: rgb(172,241,247); }
td.TdClassName
{
border-color: #ACF1F7;
}
.TagClassName
{
border-color: #ACF1F7;
}
</style>