Shades of Pale Turquoise #ACFEFA
Tints of Pale Turquoise #ACFEFA
RGB
CMYK
RGB Variations
Color information
#ACFEFA (or 0xACFEFA) is known color: Pale Turquoise. HEX triplet: AC, FE and FA. RGB value is (172,254,250). Sum of RGB (Red+Green+Blue) = 172+254+250=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFA is #530105. Grayscale: #E4E4E4. Windows color (decimal): -5439750 or 16449196. OLE color: 16449196.
HSL color Cylindrical-coordinate representation of color #ACFEFA: hue angle of 177.07º 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 #ACFEFA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 250 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.00 |
| HSL | 177.07º | 0.98% | 0.84% | - |
| HSV(B) | 177.07º | 0.32% | 1% | - |
| XYZ | 69.71 | 86.56 | 103.48 | - |
| YUV | 229.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 250 | 0.32 | 0 | 0.02 | 0.00 | 177.07 | 0.98 | 0.84 |
| Hex | AC | FE | FA | 20 | 0 | 2 | 0 | B1 | 62 | 54 |
| Octal | 254 | 376 | 372 | 40 | 0 | 2 | 0 | 261 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11111010 | 100000 | 0 | 10 | 0 | 10110001 | 1100010 | 1010100 |
Color Harmonies of #ACFEFA
Complementary color
Monochromatic Colors of #ACFEFA
Black with #ACFEFA
Text Example
Text Example
White with #ACFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEFA; }
p { color: rgb(172,254,250); }
H1.HeaderClassName
{
color: #ACFEFA;
}
.AnyTagClassName
{
color: #ACFEFA;
}
</style>
background-color css
<style>
a { background-color: #ACFEFA; }
a { background-color: rgb(172,254,250); }
div.DivClassName
{
background-color: #ACFEFA;
}
.BgClassName
{
background-color: #ACFEFA;
}
</style>
border-color css
<style>
span { border-color: #ACFEFA; }
span { border-color: rgb(172,254,250); }
td.TdClassName
{
border-color: #ACFEFA;
}
.TagClassName
{
border-color: #ACFEFA;
}
</style>