Shades of Pale Turquoise #ACFFF3
Tints of Pale Turquoise #ACFFF3
RGB
CMYK
RGB Variations
Color information
#ACFFF3 (or 0xACFFF3) is known color: Pale Turquoise. HEX triplet: AC, FF and F3. RGB value is (172,255,243). Sum of RGB (Red+Green+Blue) = 172+255+243=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF3 is #53000C. Grayscale: #E4E4E4. Windows color (decimal): -5439501 or 15990700. OLE color: 15990700.
HSL color Cylindrical-coordinate representation of color #ACFFF3: hue angle of 171.33º 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 #ACFFF3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 243 | - |
| CMYK | 0.33 | 0 | 0.05 | 0 |
| HSL | 171.33º | 1% | 0.84% | - |
| HSV(B) | 171.33º | 0.33% | 1% | - |
| XYZ | 68.95 | 86.76 | 97.91 | - |
| YUV | 228.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 243 | 0.33 | 0 | 0.05 | 0 | 171.33 | 1 | 0.84 |
| Hex | AC | FF | F3 | 21 | 0 | 5 | 0 | AB | 64 | 54 |
| Octal | 254 | 377 | 363 | 41 | 0 | 5 | 0 | 253 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11110011 | 100001 | 0 | 101 | 0 | 10101011 | 1100100 | 1010100 |
Color Harmonies of #ACFFF3
Complementary color
Monochromatic Colors of #ACFFF3
Black with #ACFFF3
Text Example
Text Example
White with #ACFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFF3; }
p { color: rgb(172,255,243); }
H1.HeaderClassName
{
color: #ACFFF3;
}
.AnyTagClassName
{
color: #ACFFF3;
}
</style>
background-color css
<style>
a { background-color: #ACFFF3; }
a { background-color: rgb(172,255,243); }
div.DivClassName
{
background-color: #ACFFF3;
}
.BgClassName
{
background-color: #ACFFF3;
}
</style>
border-color css
<style>
span { border-color: #ACFFF3; }
span { border-color: rgb(172,255,243); }
td.TdClassName
{
border-color: #ACFFF3;
}
.TagClassName
{
border-color: #ACFFF3;
}
</style>