Shades of Pale Turquoise #ACFDFC
Tints of Pale Turquoise #ACFDFC
RGB
CMYK
RGB Variations
Color information
#ACFDFC (or 0xACFDFC) is known color: Pale Turquoise. HEX triplet: AC, FD and FC. RGB value is (172,253,252). Sum of RGB (Red+Green+Blue) = 172+253+252=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDFC is #530203. Grayscale: #E4E4E4. Windows color (decimal): -5440004 or 16580012. OLE color: 16580012.
HSL color Cylindrical-coordinate representation of color #ACFDFC: hue angle of 179.26º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDFC is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 252 | - |
CMYK | 0.32 | 0 | 0.00 | 0.01 |
HSL | 179.26º | 0.95% | 0.83% | - |
HSV(B) | 179.26º | 0.32% | 0.99% | - |
XYZ | 69.71 | 86.05 | 105.03 | - |
YUV | 228.67 | 141.16 | 87.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 252 | 0.32 | 0 | 0.00 | 0.01 | 179.26 | 0.95 | 0.83 |
Hex | AC | FD | FC | 20 | 0 | 0 | 1 | B3 | 5F | 53 |
Octal | 254 | 375 | 374 | 40 | 0 | 0 | 1 | 263 | 137 | 123 |
Binary | 10101100 | 11111101 | 11111100 | 100000 | 0 | 0 | 1 | 10110011 | 1011111 | 1010011 |
Color Harmonies of #ACFDFC
Complementary color
Monochromatic Colors of #ACFDFC
Black with #ACFDFC
Text Example
Text Example
White with #ACFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDFC; }
p { color: rgb(172,253,252); }
H1.HeaderClassName
{
color: #ACFDFC;
}
.AnyTagClassName
{
color: #ACFDFC;
}
</style>
background-color css
<style>
a { background-color: #ACFDFC; }
a { background-color: rgb(172,253,252); }
div.DivClassName
{
background-color: #ACFDFC;
}
.BgClassName
{
background-color: #ACFDFC;
}
</style>
border-color css
<style>
span { border-color: #ACFDFC; }
span { border-color: rgb(172,253,252); }
td.TdClassName
{
border-color: #ACFDFC;
}
.TagClassName
{
border-color: #ACFDFC;
}
</style>