Shades of Pale Turquoise #ACF6FC
Tints of Pale Turquoise #ACF6FC
RGB
CMYK
RGB Variations
Color information
#ACF6FC (or 0xACF6FC) is known color: Pale Turquoise. HEX triplet: AC, F6 and FC. RGB value is (172,246,252). Sum of RGB (Red+Green+Blue) = 172+246+252=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FC is #530903. Grayscale: #E0E0E0. Windows color (decimal): -5441796 or 16578220. OLE color: 16578220.
HSL color Cylindrical-coordinate representation of color #ACF6FC: hue angle of 184.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF6FC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 246 | 252 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.01 |
| HSL | 184.5º | 0.93% | 0.83% | - |
| HSV(B) | 184.5º | 0.32% | 0.99% | - |
| XYZ | 67.54 | 81.71 | 104.31 | - |
| YUV | 224.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 252 | 0.32 | 0.02 | 0 | 0.01 | 184.5 | 0.93 | 0.83 |
| Hex | AC | F6 | FC | 20 | 2 | 0 | 1 | B8 | 5D | 53 |
| Octal | 254 | 366 | 374 | 40 | 2 | 0 | 1 | 270 | 135 | 123 |
| Binary | 10101100 | 11110110 | 11111100 | 100000 | 10 | 0 | 1 | 10111000 | 1011101 | 1010011 |
Color Harmonies of #ACF6FC
Complementary color
Monochromatic Colors of #ACF6FC
Black with #ACF6FC
Text Example
Text Example
White with #ACF6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6FC; }
p { color: rgb(172,246,252); }
H1.HeaderClassName
{
color: #ACF6FC;
}
.AnyTagClassName
{
color: #ACF6FC;
}
</style>
background-color css
<style>
a { background-color: #ACF6FC; }
a { background-color: rgb(172,246,252); }
div.DivClassName
{
background-color: #ACF6FC;
}
.BgClassName
{
background-color: #ACF6FC;
}
</style>
border-color css
<style>
span { border-color: #ACF6FC; }
span { border-color: rgb(172,246,252); }
td.TdClassName
{
border-color: #ACF6FC;
}
.TagClassName
{
border-color: #ACF6FC;
}
</style>