Shades of Pale Turquoise #ACF9FC
Tints of Pale Turquoise #ACF9FC
RGB
CMYK
RGB Variations
Color information
#ACF9FC (or 0xACF9FC) is known color: Pale Turquoise. HEX triplet: AC, F9 and FC. RGB value is (172,249,252). Sum of RGB (Red+Green+Blue) = 172+249+252=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACF9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FC is #530603. Grayscale: #E2E2E2. Windows color (decimal): -5441028 or 16578988. OLE color: 16578988.
HSL color Cylindrical-coordinate representation of color #ACF9FC: hue angle of 182.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 #ACF9FC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 249 | 252 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.01 |
| HSL | 182.25º | 0.93% | 0.83% | - |
| HSV(B) | 182.25º | 0.32% | 0.99% | - |
| XYZ | 68.46 | 83.55 | 104.61 | - |
| YUV | 226.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 252 | 0.32 | 0.01 | 0 | 0.01 | 182.25 | 0.93 | 0.83 |
| Hex | AC | F9 | FC | 20 | 1 | 0 | 1 | B6 | 5D | 53 |
| Octal | 254 | 371 | 374 | 40 | 1 | 0 | 1 | 266 | 135 | 123 |
| Binary | 10101100 | 11111001 | 11111100 | 100000 | 1 | 0 | 1 | 10110110 | 1011101 | 1010011 |
Color Harmonies of #ACF9FC
Complementary color
Monochromatic Colors of #ACF9FC
Black with #ACF9FC
Text Example
Text Example
White with #ACF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9FC; }
p { color: rgb(172,249,252); }
H1.HeaderClassName
{
color: #ACF9FC;
}
.AnyTagClassName
{
color: #ACF9FC;
}
</style>
background-color css
<style>
a { background-color: #ACF9FC; }
a { background-color: rgb(172,249,252); }
div.DivClassName
{
background-color: #ACF9FC;
}
.BgClassName
{
background-color: #ACF9FC;
}
</style>
border-color css
<style>
span { border-color: #ACF9FC; }
span { border-color: rgb(172,249,252); }
td.TdClassName
{
border-color: #ACF9FC;
}
.TagClassName
{
border-color: #ACF9FC;
}
</style>