Shades of Pale Turquoise #ACFFFC
Tints of Pale Turquoise #ACFFFC
RGB
CMYK
RGB Variations
Color information
#ACFFFC (or 0xACFFFC) is known color: Pale Turquoise. HEX triplet: AC, FF and FC. RGB value is (172,255,252). Sum of RGB (Red+Green+Blue) = 172+255+252=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFC is #530003. Grayscale: #E5E5E5. Windows color (decimal): -5439492 or 16580524. OLE color: 16580524.
HSL color Cylindrical-coordinate representation of color #ACFFFC: hue angle of 177.83º 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 #ACFFFC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 252 | - |
CMYK | 0.33 | 0 | 0.01 | 0 |
HSL | 177.83º | 1% | 0.84% | - |
HSV(B) | 177.83º | 0.33% | 1% | - |
XYZ | 70.34 | 87.32 | 105.24 | - |
YUV | 229.84 | 140.5 | 86.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 252 | 0.33 | 0 | 0.01 | 0 | 177.83 | 1 | 0.84 |
Hex | AC | FF | FC | 21 | 0 | 1 | 0 | B2 | 64 | 54 |
Octal | 254 | 377 | 374 | 41 | 0 | 1 | 0 | 262 | 144 | 124 |
Binary | 10101100 | 11111111 | 11111100 | 100001 | 0 | 1 | 0 | 10110010 | 1100100 | 1010100 |
Color Harmonies of #ACFFFC
Complementary color
Monochromatic Colors of #ACFFFC
Black with #ACFFFC
Text Example
Text Example
White with #ACFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFFC; }
p { color: rgb(172,255,252); }
H1.HeaderClassName
{
color: #ACFFFC;
}
.AnyTagClassName
{
color: #ACFFFC;
}
</style>
background-color css
<style>
a { background-color: #ACFFFC; }
a { background-color: rgb(172,255,252); }
div.DivClassName
{
background-color: #ACFFFC;
}
.BgClassName
{
background-color: #ACFFFC;
}
</style>
border-color css
<style>
span { border-color: #ACFFFC; }
span { border-color: rgb(172,255,252); }
td.TdClassName
{
border-color: #ACFFFC;
}
.TagClassName
{
border-color: #ACFFFC;
}
</style>