Shades of Pale Turquoise #ACF2FC
Tints of Pale Turquoise #ACF2FC
RGB
CMYK
RGB Variations
Color information
#ACF2FC (or 0xACF2FC) is known color: Pale Turquoise. HEX triplet: AC, F2 and FC. RGB value is (172,242,252). Sum of RGB (Red+Green+Blue) = 172+242+252=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2FC is #530D03. Grayscale: #DEDEDE. Windows color (decimal): -5442820 or 16577196. OLE color: 16577196.
HSL color Cylindrical-coordinate representation of color #ACF2FC: hue angle of 187.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 #ACF2FC is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 242 | 252 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.01 |
| HSL | 187.5º | 0.93% | 0.83% | - |
| HSV(B) | 187.5º | 0.32% | 0.99% | - |
| XYZ | 66.34 | 79.3 | 103.91 | - |
| YUV | 222.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 252 | 0.32 | 0.04 | 0 | 0.01 | 187.5 | 0.93 | 0.83 |
| Hex | AC | F2 | FC | 20 | 4 | 0 | 1 | BC | 5D | 53 |
| Octal | 254 | 362 | 374 | 40 | 4 | 0 | 1 | 274 | 135 | 123 |
| Binary | 10101100 | 11110010 | 11111100 | 100000 | 100 | 0 | 1 | 10111100 | 1011101 | 1010011 |
Color Harmonies of #ACF2FC
Complementary color
Monochromatic Colors of #ACF2FC
Black with #ACF2FC
Text Example
Text Example
White with #ACF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2FC; }
p { color: rgb(172,242,252); }
H1.HeaderClassName
{
color: #ACF2FC;
}
.AnyTagClassName
{
color: #ACF2FC;
}
</style>
background-color css
<style>
a { background-color: #ACF2FC; }
a { background-color: rgb(172,242,252); }
div.DivClassName
{
background-color: #ACF2FC;
}
.BgClassName
{
background-color: #ACF2FC;
}
</style>
border-color css
<style>
span { border-color: #ACF2FC; }
span { border-color: rgb(172,242,252); }
td.TdClassName
{
border-color: #ACF2FC;
}
.TagClassName
{
border-color: #ACF2FC;
}
</style>