Shades of Pale Turquoise #ACFFFD
Tints of Pale Turquoise #ACFFFD
RGB
CMYK
RGB Variations
Color information
#ACFFFD (or 0xACFFFD) is known color: Pale Turquoise. HEX triplet: AC, FF and FD. RGB value is (172,255,253). Sum of RGB (Red+Green+Blue) = 172+255+253=680 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.29% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFD is #530002. Grayscale: #E5E5E5. Windows color (decimal): -5439491 or 16646060. OLE color: 16646060.
HSL color Cylindrical-coordinate representation of color #ACFFFD: hue angle of 178.55º 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 #ACFFFD is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 253 | - |
CMYK | 0.33 | 0 | 0.01 | 0 |
HSL | 178.55º | 1% | 0.84% | - |
HSV(B) | 178.55º | 0.33% | 1% | - |
XYZ | 70.5 | 87.38 | 106.08 | - |
YUV | 229.96 | 141 | 86.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 253 | 0.33 | 0 | 0.01 | 0 | 178.55 | 1 | 0.84 |
Hex | AC | FF | FD | 21 | 0 | 1 | 0 | B3 | 64 | 54 |
Octal | 254 | 377 | 375 | 41 | 0 | 1 | 0 | 263 | 144 | 124 |
Binary | 10101100 | 11111111 | 11111101 | 100001 | 0 | 1 | 0 | 10110011 | 1100100 | 1010100 |
Color Harmonies of #ACFFFD
Complementary color
Monochromatic Colors of #ACFFFD
Black with #ACFFFD
Text Example
Text Example
White with #ACFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFFD; }
p { color: rgb(172,255,253); }
H1.HeaderClassName
{
color: #ACFFFD;
}
.AnyTagClassName
{
color: #ACFFFD;
}
</style>
background-color css
<style>
a { background-color: #ACFFFD; }
a { background-color: rgb(172,255,253); }
div.DivClassName
{
background-color: #ACFFFD;
}
.BgClassName
{
background-color: #ACFFFD;
}
</style>
border-color css
<style>
span { border-color: #ACFFFD; }
span { border-color: rgb(172,255,253); }
td.TdClassName
{
border-color: #ACFFFD;
}
.TagClassName
{
border-color: #ACFFFD;
}
</style>