Shades of Pale Turquoise #ACF0FE
Tints of Pale Turquoise #ACF0FE
RGB
CMYK
RGB Variations
Color information
#ACF0FE (or 0xACF0FE) is known color: Pale Turquoise. HEX triplet: AC, F0 and FE. RGB value is (172,240,254). Sum of RGB (Red+Green+Blue) = 172+240+254=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FE is #530F01. Grayscale: #DDDDDD. Windows color (decimal): -5443330 or 16707756. OLE color: 16707756.
HSL color Cylindrical-coordinate representation of color #ACF0FE: hue angle of 190.24º 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 #ACF0FE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 240 | 254 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.00 |
| HSL | 190.24º | 0.98% | 0.84% | - |
| HSV(B) | 190.24º | 0.32% | 1% | - |
| XYZ | 66.06 | 78.25 | 105.39 | - |
| YUV | 221.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 254 | 0.32 | 0.06 | 0 | 0.00 | 190.24 | 0.98 | 0.84 |
| Hex | AC | F0 | FE | 20 | 6 | 0 | 0 | BE | 62 | 54 |
| Octal | 254 | 360 | 376 | 40 | 6 | 0 | 0 | 276 | 142 | 124 |
| Binary | 10101100 | 11110000 | 11111110 | 100000 | 110 | 0 | 0 | 10111110 | 1100010 | 1010100 |
Color Harmonies of #ACF0FE
Complementary color
Monochromatic Colors of #ACF0FE
Black with #ACF0FE
Text Example
Text Example
White with #ACF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0FE; }
p { color: rgb(172,240,254); }
H1.HeaderClassName
{
color: #ACF0FE;
}
.AnyTagClassName
{
color: #ACF0FE;
}
</style>
background-color css
<style>
a { background-color: #ACF0FE; }
a { background-color: rgb(172,240,254); }
div.DivClassName
{
background-color: #ACF0FE;
}
.BgClassName
{
background-color: #ACF0FE;
}
</style>
border-color css
<style>
span { border-color: #ACF0FE; }
span { border-color: rgb(172,240,254); }
td.TdClassName
{
border-color: #ACF0FE;
}
.TagClassName
{
border-color: #ACF0FE;
}
</style>