Shades of Pale Turquoise #ACFFF2
Tints of Pale Turquoise #ACFFF2
RGB
CMYK
RGB Variations
Color information
#ACFFF2 (or 0xACFFF2) is known color: Pale Turquoise. HEX triplet: AC, FF and F2. RGB value is (172,255,242). Sum of RGB (Red+Green+Blue) = 172+255+242=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF2 is #53000D. Grayscale: #E4E4E4. Windows color (decimal): -5439502 or 15925164. OLE color: 15925164.
HSL color Cylindrical-coordinate representation of color #ACFFF2: hue angle of 170.6º 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 #ACFFF2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 242 | - |
| CMYK | 0.33 | 0 | 0.05 | 0 |
| HSL | 170.6º | 1% | 0.84% | - |
| HSV(B) | 170.6º | 0.33% | 1% | - |
| XYZ | 68.8 | 86.7 | 97.11 | - |
| YUV | 228.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 242 | 0.33 | 0 | 0.05 | 0 | 170.6 | 1 | 0.84 |
| Hex | AC | FF | F2 | 21 | 0 | 5 | 0 | AB | 64 | 54 |
| Octal | 254 | 377 | 362 | 41 | 0 | 5 | 0 | 253 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11110010 | 100001 | 0 | 101 | 0 | 10101011 | 1100100 | 1010100 |
Color Harmonies of #ACFFF2
Complementary color
Monochromatic Colors of #ACFFF2
Black with #ACFFF2
Text Example
Text Example
White with #ACFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFF2; }
p { color: rgb(172,255,242); }
H1.HeaderClassName
{
color: #ACFFF2;
}
.AnyTagClassName
{
color: #ACFFF2;
}
</style>
background-color css
<style>
a { background-color: #ACFFF2; }
a { background-color: rgb(172,255,242); }
div.DivClassName
{
background-color: #ACFFF2;
}
.BgClassName
{
background-color: #ACFFF2;
}
</style>
border-color css
<style>
span { border-color: #ACFFF2; }
span { border-color: rgb(172,255,242); }
td.TdClassName
{
border-color: #ACFFF2;
}
.TagClassName
{
border-color: #ACFFF2;
}
</style>