Shades of Pale Turquoise #ACF1F3
Tints of Pale Turquoise #ACF1F3
RGB
CMYK
RGB Variations
Color information
#ACF1F3 (or 0xACF1F3) is known color: Pale Turquoise. HEX triplet: AC, F1 and F3. RGB value is (172,241,243). Sum of RGB (Red+Green+Blue) = 172+241+243=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F3 is #530E0C. Grayscale: #DCDCDC. Windows color (decimal): -5443085 or 15987116. OLE color: 15987116.
HSL color Cylindrical-coordinate representation of color #ACF1F3: hue angle of 181.69º degrees, saturation: 0.75, 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 #ACF1F3 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 243 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.05 |
| HSL | 181.69º | 0.75% | 0.81% | - |
| HSV(B) | 181.69º | 0.29% | 0.95% | - |
| XYZ | 64.65 | 78.15 | 96.47 | - |
| YUV | 220.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 243 | 0.29 | 0.01 | 0 | 0.05 | 181.69 | 0.75 | 0.81 |
| Hex | AC | F1 | F3 | 1D | 1 | 0 | 5 | B6 | 4B | 51 |
| Octal | 254 | 361 | 363 | 35 | 1 | 0 | 5 | 266 | 113 | 121 |
| Binary | 10101100 | 11110001 | 11110011 | 11101 | 1 | 0 | 101 | 10110110 | 1001011 | 1010001 |
Color Harmonies of #ACF1F3
Complementary color
Monochromatic Colors of #ACF1F3
Black with #ACF1F3
Text Example
Text Example
White with #ACF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1F3; }
p { color: rgb(172,241,243); }
H1.HeaderClassName
{
color: #ACF1F3;
}
.AnyTagClassName
{
color: #ACF1F3;
}
</style>
background-color css
<style>
a { background-color: #ACF1F3; }
a { background-color: rgb(172,241,243); }
div.DivClassName
{
background-color: #ACF1F3;
}
.BgClassName
{
background-color: #ACF1F3;
}
</style>
border-color css
<style>
span { border-color: #ACF1F3; }
span { border-color: rgb(172,241,243); }
td.TdClassName
{
border-color: #ACF1F3;
}
.TagClassName
{
border-color: #ACF1F3;
}
</style>