Shades of Pale Turquoise #ACF3FC
Tints of Pale Turquoise #ACF3FC
RGB
CMYK
RGB Variations
Color information
#ACF3FC (or 0xACF3FC) is known color: Pale Turquoise. HEX triplet: AC, F3 and FC. RGB value is (172,243,252). Sum of RGB (Red+Green+Blue) = 172+243+252=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3FC is #530C03. Grayscale: #DEDEDE. Windows color (decimal): -5442564 or 16577452. OLE color: 16577452.
HSL color Cylindrical-coordinate representation of color #ACF3FC: hue angle of 186.75º 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 #ACF3FC is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 243 | 252 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.01 |
| HSL | 186.75º | 0.93% | 0.83% | - |
| HSV(B) | 186.75º | 0.32% | 0.99% | - |
| XYZ | 66.63 | 79.9 | 104.01 | - |
| YUV | 222.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 252 | 0.32 | 0.04 | 0 | 0.01 | 186.75 | 0.93 | 0.83 |
| Hex | AC | F3 | FC | 20 | 4 | 0 | 1 | BB | 5D | 53 |
| Octal | 254 | 363 | 374 | 40 | 4 | 0 | 1 | 273 | 135 | 123 |
| Binary | 10101100 | 11110011 | 11111100 | 100000 | 100 | 0 | 1 | 10111011 | 1011101 | 1010011 |
Color Harmonies of #ACF3FC
Complementary color
Monochromatic Colors of #ACF3FC
Black with #ACF3FC
Text Example
Text Example
White with #ACF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3FC; }
p { color: rgb(172,243,252); }
H1.HeaderClassName
{
color: #ACF3FC;
}
.AnyTagClassName
{
color: #ACF3FC;
}
</style>
background-color css
<style>
a { background-color: #ACF3FC; }
a { background-color: rgb(172,243,252); }
div.DivClassName
{
background-color: #ACF3FC;
}
.BgClassName
{
background-color: #ACF3FC;
}
</style>
border-color css
<style>
span { border-color: #ACF3FC; }
span { border-color: rgb(172,243,252); }
td.TdClassName
{
border-color: #ACF3FC;
}
.TagClassName
{
border-color: #ACF3FC;
}
</style>