Shades of Pale Turquoise #ACF5FC
Tints of Pale Turquoise #ACF5FC
RGB
CMYK
RGB Variations
Color information
#ACF5FC (or 0xACF5FC) is known color: Pale Turquoise. HEX triplet: AC, F5 and FC. RGB value is (172,245,252). Sum of RGB (Red+Green+Blue) = 172+245+252=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FC is #530A03. Grayscale: #DFDFDF. Windows color (decimal): -5442052 or 16577964. OLE color: 16577964.
HSL color Cylindrical-coordinate representation of color #ACF5FC: hue angle of 185.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 #ACF5FC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 245 | 252 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.01 |
| HSL | 185.25º | 0.93% | 0.83% | - |
| HSV(B) | 185.25º | 0.32% | 0.99% | - |
| XYZ | 67.24 | 81.1 | 104.21 | - |
| YUV | 223.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 252 | 0.32 | 0.03 | 0 | 0.01 | 185.25 | 0.93 | 0.83 |
| Hex | AC | F5 | FC | 20 | 3 | 0 | 1 | B9 | 5D | 53 |
| Octal | 254 | 365 | 374 | 40 | 3 | 0 | 1 | 271 | 135 | 123 |
| Binary | 10101100 | 11110101 | 11111100 | 100000 | 11 | 0 | 1 | 10111001 | 1011101 | 1010011 |
Color Harmonies of #ACF5FC
Complementary color
Monochromatic Colors of #ACF5FC
Black with #ACF5FC
Text Example
Text Example
White with #ACF5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5FC; }
p { color: rgb(172,245,252); }
H1.HeaderClassName
{
color: #ACF5FC;
}
.AnyTagClassName
{
color: #ACF5FC;
}
</style>
background-color css
<style>
a { background-color: #ACF5FC; }
a { background-color: rgb(172,245,252); }
div.DivClassName
{
background-color: #ACF5FC;
}
.BgClassName
{
background-color: #ACF5FC;
}
</style>
border-color css
<style>
span { border-color: #ACF5FC; }
span { border-color: rgb(172,245,252); }
td.TdClassName
{
border-color: #ACF5FC;
}
.TagClassName
{
border-color: #ACF5FC;
}
</style>