Shades of Pale Turquoise #ACF1E7
Tints of Pale Turquoise #ACF1E7
RGB
CMYK
RGB Variations
Color information
#ACF1E7 (or 0xACF1E7) is known color: Pale Turquoise. HEX triplet: AC, F1 and E7. RGB value is (172,241,231). Sum of RGB (Red+Green+Blue) = 172+241+231=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1E7 is #530E18. Grayscale: #DBDBDB. Windows color (decimal): -5443097 or 15200684. OLE color: 15200684.
HSL color Cylindrical-coordinate representation of color #ACF1E7: hue angle of 171.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1E7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 231 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.05 |
| HSL | 171.3º | 0.71% | 0.81% | - |
| HSV(B) | 171.3º | 0.29% | 0.95% | - |
| XYZ | 62.89 | 77.45 | 87.24 | - |
| YUV | 219.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 231 | 0.29 | 0 | 0.04 | 0.05 | 171.3 | 0.71 | 0.81 |
| Hex | AC | F1 | E7 | 1D | 0 | 4 | 5 | AB | 47 | 51 |
| Octal | 254 | 361 | 347 | 35 | 0 | 4 | 5 | 253 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11100111 | 11101 | 0 | 100 | 101 | 10101011 | 1000111 | 1010001 |
Color Harmonies of #ACF1E7
Complementary color
Monochromatic Colors of #ACF1E7
Black with #ACF1E7
Text Example
Text Example
White with #ACF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1E7; }
p { color: rgb(172,241,231); }
H1.HeaderClassName
{
color: #ACF1E7;
}
.AnyTagClassName
{
color: #ACF1E7;
}
</style>
background-color css
<style>
a { background-color: #ACF1E7; }
a { background-color: rgb(172,241,231); }
div.DivClassName
{
background-color: #ACF1E7;
}
.BgClassName
{
background-color: #ACF1E7;
}
</style>
border-color css
<style>
span { border-color: #ACF1E7; }
span { border-color: rgb(172,241,231); }
td.TdClassName
{
border-color: #ACF1E7;
}
.TagClassName
{
border-color: #ACF1E7;
}
</style>