Shades of Pale Turquoise #ACFFFF
Tints of Pale Turquoise #ACFFFF
RGB
CMYK
RGB Variations
Color information
#ACFFFF (or 0xACFFFF) is known color: Pale Turquoise. HEX triplet: AC, FF and FF. RGB value is (172,255,255). Sum of RGB (Red+Green+Blue) = 172+255+255=682 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.22% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #ACFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFFF is #530000. Grayscale: #E6E6E6. Windows color (decimal): -5439489 or 16777132. OLE color: 16777132.
HSL color Cylindrical-coordinate representation of color #ACFFFF: hue angle of 180º 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 #ACFFFF is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 255 | - |
CMYK | 0.33 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.84% | - |
HSV(B) | 180º | 0.33% | 1% | - |
XYZ | 70.82 | 87.51 | 107.77 | - |
YUV | 230.18 | 142 | 86.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 255 | 0.33 | 0 | 0 | 0 | 180 | 1 | 0.84 |
Hex | AC | FF | FF | 21 | 0 | 0 | 0 | B4 | 64 | 54 |
Octal | 254 | 377 | 377 | 41 | 0 | 0 | 0 | 264 | 144 | 124 |
Binary | 10101100 | 11111111 | 11111111 | 100001 | 0 | 0 | 0 | 10110100 | 1100100 | 1010100 |
Color Harmonies of #ACFFFF
Complementary color
Monochromatic Colors of #ACFFFF
Black with #ACFFFF
Text Example
Text Example
White with #ACFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFFF; }
p { color: rgb(172,255,255); }
H1.HeaderClassName
{
color: #ACFFFF;
}
.AnyTagClassName
{
color: #ACFFFF;
}
</style>
background-color css
<style>
a { background-color: #ACFFFF; }
a { background-color: rgb(172,255,255); }
div.DivClassName
{
background-color: #ACFFFF;
}
.BgClassName
{
background-color: #ACFFFF;
}
</style>
border-color css
<style>
span { border-color: #ACFFFF; }
span { border-color: rgb(172,255,255); }
td.TdClassName
{
border-color: #ACFFFF;
}
.TagClassName
{
border-color: #ACFFFF;
}
</style>