Shades of Pale Turquoise #ACF4FE
Tints of Pale Turquoise #ACF4FE
RGB
CMYK
RGB Variations
Color information
#ACF4FE (or 0xACF4FE) is known color: Pale Turquoise. HEX triplet: AC, F4 and FE. RGB value is (172,244,254). Sum of RGB (Red+Green+Blue) = 172+244+254=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FE is #530B01. Grayscale: #DFDFDF. Windows color (decimal): -5442306 or 16708780. OLE color: 16708780.
HSL color Cylindrical-coordinate representation of color #ACF4FE: hue angle of 187.32º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF4FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 244 | 254 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.00 |
| HSL | 187.32º | 0.98% | 0.84% | - |
| HSV(B) | 187.32º | 0.32% | 1% | - |
| XYZ | 67.25 | 80.63 | 105.78 | - |
| YUV | 223.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 254 | 0.32 | 0.04 | 0 | 0.00 | 187.32 | 0.98 | 0.84 |
| Hex | AC | F4 | FE | 20 | 4 | 0 | 0 | BB | 62 | 54 |
| Octal | 254 | 364 | 376 | 40 | 4 | 0 | 0 | 273 | 142 | 124 |
| Binary | 10101100 | 11110100 | 11111110 | 100000 | 100 | 0 | 0 | 10111011 | 1100010 | 1010100 |
Color Harmonies of #ACF4FE
Complementary color
Monochromatic Colors of #ACF4FE
Black with #ACF4FE
Text Example
Text Example
White with #ACF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4FE; }
p { color: rgb(172,244,254); }
H1.HeaderClassName
{
color: #ACF4FE;
}
.AnyTagClassName
{
color: #ACF4FE;
}
</style>
background-color css
<style>
a { background-color: #ACF4FE; }
a { background-color: rgb(172,244,254); }
div.DivClassName
{
background-color: #ACF4FE;
}
.BgClassName
{
background-color: #ACF4FE;
}
</style>
border-color css
<style>
span { border-color: #ACF4FE; }
span { border-color: rgb(172,244,254); }
td.TdClassName
{
border-color: #ACF4FE;
}
.TagClassName
{
border-color: #ACF4FE;
}
</style>