Shades of Pale Turquoise #ACF6FF
Tints of Pale Turquoise #ACF6FF
RGB
CMYK
RGB Variations
Color information
#ACF6FF (or 0xACF6FF) is known color: Pale Turquoise. HEX triplet: AC, F6 and FF. RGB value is (172,246,255). Sum of RGB (Red+Green+Blue) = 172+246+255=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FF is #530900. Grayscale: #E0E0E0. Windows color (decimal): -5441793 or 16774828. OLE color: 16774828.
HSL color Cylindrical-coordinate representation of color #ACF6FF: hue angle of 186.51º 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 #ACF6FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 246 | 255 | - |
| CMYK | 0.33 | 0.04 | 0 | 0 |
| HSL | 186.51º | 1% | 0.84% | - |
| HSV(B) | 186.51º | 0.33% | 1% | - |
| XYZ | 68.02 | 81.9 | 106.83 | - |
| YUV | 224.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 255 | 0.33 | 0.04 | 0 | 0 | 186.51 | 1 | 0.84 |
| Hex | AC | F6 | FF | 21 | 4 | 0 | 0 | BB | 64 | 54 |
| Octal | 254 | 366 | 377 | 41 | 4 | 0 | 0 | 273 | 144 | 124 |
| Binary | 10101100 | 11110110 | 11111111 | 100001 | 100 | 0 | 0 | 10111011 | 1100100 | 1010100 |
Color Harmonies of #ACF6FF
Complementary color
Monochromatic Colors of #ACF6FF
Black with #ACF6FF
Text Example
Text Example
White with #ACF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6FF; }
p { color: rgb(172,246,255); }
H1.HeaderClassName
{
color: #ACF6FF;
}
.AnyTagClassName
{
color: #ACF6FF;
}
</style>
background-color css
<style>
a { background-color: #ACF6FF; }
a { background-color: rgb(172,246,255); }
div.DivClassName
{
background-color: #ACF6FF;
}
.BgClassName
{
background-color: #ACF6FF;
}
</style>
border-color css
<style>
span { border-color: #ACF6FF; }
span { border-color: rgb(172,246,255); }
td.TdClassName
{
border-color: #ACF6FF;
}
.TagClassName
{
border-color: #ACF6FF;
}
</style>