Shades of Pale Turquoise #ACF7FF
Tints of Pale Turquoise #ACF7FF
RGB
CMYK
RGB Variations
Color information
#ACF7FF (or 0xACF7FF) is known color: Pale Turquoise. HEX triplet: AC, F7 and FF. RGB value is (172,247,255). Sum of RGB (Red+Green+Blue) = 172+247+255=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7FF is #530800. Grayscale: #E1E1E1. Windows color (decimal): -5441537 or 16775084. OLE color: 16775084.
HSL color Cylindrical-coordinate representation of color #ACF7FF: hue angle of 185.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF7FF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 247 | 255 | - |
| CMYK | 0.33 | 0.03 | 0 | 0 |
| HSL | 185.78º | 1% | 0.84% | - |
| HSV(B) | 185.78º | 0.33% | 1% | - |
| XYZ | 68.32 | 82.51 | 106.93 | - |
| YUV | 225.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 255 | 0.33 | 0.03 | 0 | 0 | 185.78 | 1 | 0.84 |
| Hex | AC | F7 | FF | 21 | 3 | 0 | 0 | BA | 64 | 54 |
| Octal | 254 | 367 | 377 | 41 | 3 | 0 | 0 | 272 | 144 | 124 |
| Binary | 10101100 | 11110111 | 11111111 | 100001 | 11 | 0 | 0 | 10111010 | 1100100 | 1010100 |
Color Harmonies of #ACF7FF
Complementary color
Monochromatic Colors of #ACF7FF
Black with #ACF7FF
Text Example
Text Example
White with #ACF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7FF; }
p { color: rgb(172,247,255); }
H1.HeaderClassName
{
color: #ACF7FF;
}
.AnyTagClassName
{
color: #ACF7FF;
}
</style>
background-color css
<style>
a { background-color: #ACF7FF; }
a { background-color: rgb(172,247,255); }
div.DivClassName
{
background-color: #ACF7FF;
}
.BgClassName
{
background-color: #ACF7FF;
}
</style>
border-color css
<style>
span { border-color: #ACF7FF; }
span { border-color: rgb(172,247,255); }
td.TdClassName
{
border-color: #ACF7FF;
}
.TagClassName
{
border-color: #ACF7FF;
}
</style>