Shades of Pale Turquoise #ACF1F0
Tints of Pale Turquoise #ACF1F0
RGB
CMYK
RGB Variations
Color information
#ACF1F0 (or 0xACF1F0) is known color: Pale Turquoise. HEX triplet: AC, F1 and F0. RGB value is (172,241,240). Sum of RGB (Red+Green+Blue) = 172+241+240=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F0 is #530E0F. Grayscale: #DCDCDC. Windows color (decimal): -5443088 or 15790508. OLE color: 15790508.
HSL color Cylindrical-coordinate representation of color #ACF1F0: hue angle of 179.13º 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 #ACF1F0 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 240 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.05 |
| HSL | 179.13º | 0.71% | 0.81% | - |
| HSV(B) | 179.13º | 0.29% | 0.95% | - |
| XYZ | 64.2 | 77.97 | 94.1 | - |
| YUV | 220.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 240 | 0.29 | 0 | 0.00 | 0.05 | 179.13 | 0.71 | 0.81 |
| Hex | AC | F1 | F0 | 1D | 0 | 0 | 5 | B3 | 47 | 51 |
| Octal | 254 | 361 | 360 | 35 | 0 | 0 | 5 | 263 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11110000 | 11101 | 0 | 0 | 101 | 10110011 | 1000111 | 1010001 |
Color Harmonies of #ACF1F0
Complementary color
Monochromatic Colors of #ACF1F0
Black with #ACF1F0
Text Example
Text Example
White with #ACF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1F0; }
p { color: rgb(172,241,240); }
H1.HeaderClassName
{
color: #ACF1F0;
}
.AnyTagClassName
{
color: #ACF1F0;
}
</style>
background-color css
<style>
a { background-color: #ACF1F0; }
a { background-color: rgb(172,241,240); }
div.DivClassName
{
background-color: #ACF1F0;
}
.BgClassName
{
background-color: #ACF1F0;
}
</style>
border-color css
<style>
span { border-color: #ACF1F0; }
span { border-color: rgb(172,241,240); }
td.TdClassName
{
border-color: #ACF1F0;
}
.TagClassName
{
border-color: #ACF1F0;
}
</style>