Shades of Pale Turquoise #ACFFFE
Tints of Pale Turquoise #ACFFFE
RGB
CMYK
RGB Variations
Color information
#ACFFFE (or 0xACFFFE) is known color: Pale Turquoise. HEX triplet: AC, FF and FE. RGB value is (172,255,254). Sum of RGB (Red+Green+Blue) = 172+255+254=681 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.26% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFE is #530001. Grayscale: #E5E5E5. Windows color (decimal): -5439490 or 16711596. OLE color: 16711596.
HSL color Cylindrical-coordinate representation of color #ACFFFE: hue angle of 179.28º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFFE is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 254 | - |
| CMYK | 0.33 | 0 | 0.00 | 0 |
| HSL | 179.28º | 1% | 0.84% | - |
| HSV(B) | 179.28º | 0.33% | 1% | - |
| XYZ | 70.66 | 87.45 | 106.92 | - |
| YUV | 230.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 254 | 0.33 | 0 | 0.00 | 0 | 179.28 | 1 | 0.84 |
| Hex | AC | FF | FE | 21 | 0 | 0 | 0 | B3 | 64 | 54 |
| Octal | 254 | 377 | 376 | 41 | 0 | 0 | 0 | 263 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11111110 | 100001 | 0 | 0 | 0 | 10110011 | 1100100 | 1010100 |
Color Harmonies of #ACFFFE
Complementary color
Monochromatic Colors of #ACFFFE
Black with #ACFFFE
Text Example
Text Example
White with #ACFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFFE; }
p { color: rgb(172,255,254); }
H1.HeaderClassName
{
color: #ACFFFE;
}
.AnyTagClassName
{
color: #ACFFFE;
}
</style>
background-color css
<style>
a { background-color: #ACFFFE; }
a { background-color: rgb(172,255,254); }
div.DivClassName
{
background-color: #ACFFFE;
}
.BgClassName
{
background-color: #ACFFFE;
}
</style>
border-color css
<style>
span { border-color: #ACFFFE; }
span { border-color: rgb(172,255,254); }
td.TdClassName
{
border-color: #ACFFFE;
}
.TagClassName
{
border-color: #ACFFFE;
}
</style>