Shades of Pale Turquoise #ACF8FC
Tints of Pale Turquoise #ACF8FC
RGB
CMYK
RGB Variations
Color information
#ACF8FC (or 0xACF8FC) is known color: Pale Turquoise. HEX triplet: AC, F8 and FC. RGB value is (172,248,252). Sum of RGB (Red+Green+Blue) = 172+248+252=672 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.60% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8FC is #530703. Grayscale: #E1E1E1. Windows color (decimal): -5441284 or 16578732. OLE color: 16578732.
HSL color Cylindrical-coordinate representation of color #ACF8FC: hue angle of 183º 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 #ACF8FC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 248 | 252 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.01 |
| HSL | 183º | 0.93% | 0.83% | - |
| HSV(B) | 183º | 0.32% | 0.99% | - |
| XYZ | 68.15 | 82.93 | 104.51 | - |
| YUV | 225.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 252 | 0.32 | 0.02 | 0 | 0.01 | 183 | 0.93 | 0.83 |
| Hex | AC | F8 | FC | 20 | 2 | 0 | 1 | B7 | 5D | 53 |
| Octal | 254 | 370 | 374 | 40 | 2 | 0 | 1 | 267 | 135 | 123 |
| Binary | 10101100 | 11111000 | 11111100 | 100000 | 10 | 0 | 1 | 10110111 | 1011101 | 1010011 |
Color Harmonies of #ACF8FC
Complementary color
Monochromatic Colors of #ACF8FC
Black with #ACF8FC
Text Example
Text Example
White with #ACF8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8FC; }
p { color: rgb(172,248,252); }
H1.HeaderClassName
{
color: #ACF8FC;
}
.AnyTagClassName
{
color: #ACF8FC;
}
</style>
background-color css
<style>
a { background-color: #ACF8FC; }
a { background-color: rgb(172,248,252); }
div.DivClassName
{
background-color: #ACF8FC;
}
.BgClassName
{
background-color: #ACF8FC;
}
</style>
border-color css
<style>
span { border-color: #ACF8FC; }
span { border-color: rgb(172,248,252); }
td.TdClassName
{
border-color: #ACF8FC;
}
.TagClassName
{
border-color: #ACF8FC;
}
</style>