Shades of Pale Turquoise #ACF1FC
Tints of Pale Turquoise #ACF1FC
RGB
CMYK
RGB Variations
Color information
#ACF1FC (or 0xACF1FC) is known color: Pale Turquoise. HEX triplet: AC, F1 and FC. RGB value is (172,241,252). Sum of RGB (Red+Green+Blue) = 172+241+252=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FC is #530E03. Grayscale: #DDDDDD. Windows color (decimal): -5443076 or 16576940. OLE color: 16576940.
HSL color Cylindrical-coordinate representation of color #ACF1FC: hue angle of 188.25º 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 #ACF1FC is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 241 | 252 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.01 |
| HSL | 188.25º | 0.93% | 0.83% | - |
| HSV(B) | 188.25º | 0.32% | 0.99% | - |
| XYZ | 66.04 | 78.71 | 103.81 | - |
| YUV | 221.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 252 | 0.32 | 0.04 | 0 | 0.01 | 188.25 | 0.93 | 0.83 |
| Hex | AC | F1 | FC | 20 | 4 | 0 | 1 | BC | 5D | 53 |
| Octal | 254 | 361 | 374 | 40 | 4 | 0 | 1 | 274 | 135 | 123 |
| Binary | 10101100 | 11110001 | 11111100 | 100000 | 100 | 0 | 1 | 10111100 | 1011101 | 1010011 |
Color Harmonies of #ACF1FC
Complementary color
Monochromatic Colors of #ACF1FC
Black with #ACF1FC
Text Example
Text Example
White with #ACF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1FC; }
p { color: rgb(172,241,252); }
H1.HeaderClassName
{
color: #ACF1FC;
}
.AnyTagClassName
{
color: #ACF1FC;
}
</style>
background-color css
<style>
a { background-color: #ACF1FC; }
a { background-color: rgb(172,241,252); }
div.DivClassName
{
background-color: #ACF1FC;
}
.BgClassName
{
background-color: #ACF1FC;
}
</style>
border-color css
<style>
span { border-color: #ACF1FC; }
span { border-color: rgb(172,241,252); }
td.TdClassName
{
border-color: #ACF1FC;
}
.TagClassName
{
border-color: #ACF1FC;
}
</style>