Shades of Pale Turquoise #ACFAF0
Tints of Pale Turquoise #ACFAF0
RGB
CMYK
RGB Variations
Color information
#ACFAF0 (or 0xACFAF0) is known color: Pale Turquoise. HEX triplet: AC, FA and F0. RGB value is (172,250,240). Sum of RGB (Red+Green+Blue) = 172+250+240=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF0 is #53050F. Grayscale: #E1E1E1. Windows color (decimal): -5440784 or 15792812. OLE color: 15792812.
HSL color Cylindrical-coordinate representation of color #ACFAF0: hue angle of 172.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAF0 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 240 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.02 |
| HSL | 172.31º | 0.89% | 0.83% | - |
| HSV(B) | 172.31º | 0.31% | 0.98% | - |
| XYZ | 66.93 | 83.43 | 95.01 | - |
| YUV | 225.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 240 | 0.31 | 0 | 0.04 | 0.02 | 172.31 | 0.89 | 0.83 |
| Hex | AC | FA | F0 | 1F | 0 | 4 | 2 | AC | 59 | 53 |
| Octal | 254 | 372 | 360 | 37 | 0 | 4 | 2 | 254 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11110000 | 11111 | 0 | 100 | 10 | 10101100 | 1011001 | 1010011 |
Color Harmonies of #ACFAF0
Complementary color
Monochromatic Colors of #ACFAF0
Black with #ACFAF0
Text Example
Text Example
White with #ACFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAF0; }
p { color: rgb(172,250,240); }
H1.HeaderClassName
{
color: #ACFAF0;
}
.AnyTagClassName
{
color: #ACFAF0;
}
</style>
background-color css
<style>
a { background-color: #ACFAF0; }
a { background-color: rgb(172,250,240); }
div.DivClassName
{
background-color: #ACFAF0;
}
.BgClassName
{
background-color: #ACFAF0;
}
</style>
border-color css
<style>
span { border-color: #ACFAF0; }
span { border-color: rgb(172,250,240); }
td.TdClassName
{
border-color: #ACFAF0;
}
.TagClassName
{
border-color: #ACFAF0;
}
</style>