Shades of Pale Turquoise #ACFEFE
Tints of Pale Turquoise #ACFEFE
RGB
CMYK
RGB Variations
Color information
#ACFEFE (or 0xACFEFE) is known color: Pale Turquoise. HEX triplet: AC, FE and FE. RGB value is (172,254,254). Sum of RGB (Red+Green+Blue) = 172+254+254=680 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.29% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #ACFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFE is #530101. Grayscale: #E5E5E5. Windows color (decimal): -5439746 or 16711340. OLE color: 16711340.
HSL color Cylindrical-coordinate representation of color #ACFEFE: hue angle of 180º 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 #ACFEFE is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 254 | - |
| CMYK | 0.32 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.84% | - |
| HSV(B) | 180º | 0.32% | 1% | - |
| XYZ | 70.34 | 86.81 | 106.81 | - |
| YUV | 229.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 254 | 0.32 | 0 | 0 | 0.00 | 180 | 0.98 | 0.84 |
| Hex | AC | FE | FE | 20 | 0 | 0 | 0 | B4 | 62 | 54 |
| Octal | 254 | 376 | 376 | 40 | 0 | 0 | 0 | 264 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11111110 | 100000 | 0 | 0 | 0 | 10110100 | 1100010 | 1010100 |
Color Harmonies of #ACFEFE
Complementary color
Monochromatic Colors of #ACFEFE
Black with #ACFEFE
Text Example
Text Example
White with #ACFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEFE; }
p { color: rgb(172,254,254); }
H1.HeaderClassName
{
color: #ACFEFE;
}
.AnyTagClassName
{
color: #ACFEFE;
}
</style>
background-color css
<style>
a { background-color: #ACFEFE; }
a { background-color: rgb(172,254,254); }
div.DivClassName
{
background-color: #ACFEFE;
}
.BgClassName
{
background-color: #ACFEFE;
}
</style>
border-color css
<style>
span { border-color: #ACFEFE; }
span { border-color: rgb(172,254,254); }
td.TdClassName
{
border-color: #ACFEFE;
}
.TagClassName
{
border-color: #ACFEFE;
}
</style>