Shades of Pale Turquoise #ACF4FC
Tints of Pale Turquoise #ACF4FC
RGB
CMYK
RGB Variations
Color information
#ACF4FC (or 0xACF4FC) is known color: Pale Turquoise. HEX triplet: AC, F4 and FC. RGB value is (172,244,252). Sum of RGB (Red+Green+Blue) = 172+244+252=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FC is #530B03. Grayscale: #DFDFDF. Windows color (decimal): -5442308 or 16577708. OLE color: 16577708.
HSL color Cylindrical-coordinate representation of color #ACF4FC: hue angle of 186º 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 #ACF4FC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 244 | 252 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.01 |
| HSL | 186º | 0.93% | 0.83% | - |
| HSV(B) | 186º | 0.32% | 0.99% | - |
| XYZ | 66.93 | 80.5 | 104.11 | - |
| YUV | 223.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 252 | 0.32 | 0.03 | 0 | 0.01 | 186 | 0.93 | 0.83 |
| Hex | AC | F4 | FC | 20 | 3 | 0 | 1 | BA | 5D | 53 |
| Octal | 254 | 364 | 374 | 40 | 3 | 0 | 1 | 272 | 135 | 123 |
| Binary | 10101100 | 11110100 | 11111100 | 100000 | 11 | 0 | 1 | 10111010 | 1011101 | 1010011 |
Color Harmonies of #ACF4FC
Complementary color
Monochromatic Colors of #ACF4FC
Black with #ACF4FC
Text Example
Text Example
White with #ACF4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4FC; }
p { color: rgb(172,244,252); }
H1.HeaderClassName
{
color: #ACF4FC;
}
.AnyTagClassName
{
color: #ACF4FC;
}
</style>
background-color css
<style>
a { background-color: #ACF4FC; }
a { background-color: rgb(172,244,252); }
div.DivClassName
{
background-color: #ACF4FC;
}
.BgClassName
{
background-color: #ACF4FC;
}
</style>
border-color css
<style>
span { border-color: #ACF4FC; }
span { border-color: rgb(172,244,252); }
td.TdClassName
{
border-color: #ACF4FC;
}
.TagClassName
{
border-color: #ACF4FC;
}
</style>