Shades of Pale Turquoise #ACFFF1
Tints of Pale Turquoise #ACFFF1
RGB
CMYK
RGB Variations
Color information
#ACFFF1 (or 0xACFFF1) is known color: Pale Turquoise. HEX triplet: AC, FF and F1. RGB value is (172,255,241). Sum of RGB (Red+Green+Blue) = 172+255+241=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF1 is #53000E. Grayscale: #E4E4E4. Windows color (decimal): -5439503 or 15859628. OLE color: 15859628.
HSL color Cylindrical-coordinate representation of color #ACFFF1: hue angle of 169.88º 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 #ACFFF1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 241 | - |
| CMYK | 0.33 | 0 | 0.05 | 0 |
| HSL | 169.88º | 1% | 0.84% | - |
| HSV(B) | 169.88º | 0.33% | 1% | - |
| XYZ | 68.65 | 86.64 | 96.32 | - |
| YUV | 228.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 241 | 0.33 | 0 | 0.05 | 0 | 169.88 | 1 | 0.84 |
| Hex | AC | FF | F1 | 21 | 0 | 5 | 0 | AA | 64 | 54 |
| Octal | 254 | 377 | 361 | 41 | 0 | 5 | 0 | 252 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11110001 | 100001 | 0 | 101 | 0 | 10101010 | 1100100 | 1010100 |
Color Harmonies of #ACFFF1
Complementary color
Monochromatic Colors of #ACFFF1
Black with #ACFFF1
Text Example
Text Example
White with #ACFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFF1; }
p { color: rgb(172,255,241); }
H1.HeaderClassName
{
color: #ACFFF1;
}
.AnyTagClassName
{
color: #ACFFF1;
}
</style>
background-color css
<style>
a { background-color: #ACFFF1; }
a { background-color: rgb(172,255,241); }
div.DivClassName
{
background-color: #ACFFF1;
}
.BgClassName
{
background-color: #ACFFF1;
}
</style>
border-color css
<style>
span { border-color: #ACFFF1; }
span { border-color: rgb(172,255,241); }
td.TdClassName
{
border-color: #ACFFF1;
}
.TagClassName
{
border-color: #ACFFF1;
}
</style>