Shades of Pale Turquoise #ACF5FE
Tints of Pale Turquoise #ACF5FE
RGB
CMYK
RGB Variations
Color information
#ACF5FE (or 0xACF5FE) is known color: Pale Turquoise. HEX triplet: AC, F5 and FE. RGB value is (172,245,254). Sum of RGB (Red+Green+Blue) = 172+245+254=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FE is #530A01. Grayscale: #E0E0E0. Windows color (decimal): -5442050 or 16709036. OLE color: 16709036.
HSL color Cylindrical-coordinate representation of color #ACF5FE: hue angle of 186.59º 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 #ACF5FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 245 | 254 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.00 |
| HSL | 186.59º | 0.98% | 0.84% | - |
| HSV(B) | 186.59º | 0.32% | 1% | - |
| XYZ | 67.56 | 81.23 | 105.88 | - |
| YUV | 224.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 254 | 0.32 | 0.04 | 0 | 0.00 | 186.59 | 0.98 | 0.84 |
| Hex | AC | F5 | FE | 20 | 4 | 0 | 0 | BB | 62 | 54 |
| Octal | 254 | 365 | 376 | 40 | 4 | 0 | 0 | 273 | 142 | 124 |
| Binary | 10101100 | 11110101 | 11111110 | 100000 | 100 | 0 | 0 | 10111011 | 1100010 | 1010100 |
Color Harmonies of #ACF5FE
Complementary color
Monochromatic Colors of #ACF5FE
Black with #ACF5FE
Text Example
Text Example
White with #ACF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5FE; }
p { color: rgb(172,245,254); }
H1.HeaderClassName
{
color: #ACF5FE;
}
.AnyTagClassName
{
color: #ACF5FE;
}
</style>
background-color css
<style>
a { background-color: #ACF5FE; }
a { background-color: rgb(172,245,254); }
div.DivClassName
{
background-color: #ACF5FE;
}
.BgClassName
{
background-color: #ACF5FE;
}
</style>
border-color css
<style>
span { border-color: #ACF5FE; }
span { border-color: rgb(172,245,254); }
td.TdClassName
{
border-color: #ACF5FE;
}
.TagClassName
{
border-color: #ACF5FE;
}
</style>