Shades of Pale Turquoise #ACF1F1
Tints of Pale Turquoise #ACF1F1
RGB
CMYK
RGB Variations
Color information
#ACF1F1 (or 0xACF1F1) is known color: Pale Turquoise. HEX triplet: AC, F1 and F1. RGB value is (172,241,241). Sum of RGB (Red+Green+Blue) = 172+241+241=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #ACF1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F1 is #530E0E. Grayscale: #DCDCDC. Windows color (decimal): -5443087 or 15856044. OLE color: 15856044.
HSL color Cylindrical-coordinate representation of color #ACF1F1: hue angle of 180º 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 #ACF1F1 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 241 | - |
| CMYK | 0.29 | 0 | 0 | 0.05 |
| HSL | 180º | 0.71% | 0.81% | - |
| HSV(B) | 180º | 0.29% | 0.95% | - |
| XYZ | 64.35 | 78.03 | 94.89 | - |
| YUV | 220.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 241 | 0.29 | 0 | 0 | 0.05 | 180 | 0.71 | 0.81 |
| Hex | AC | F1 | F1 | 1D | 0 | 0 | 5 | B4 | 47 | 51 |
| Octal | 254 | 361 | 361 | 35 | 0 | 0 | 5 | 264 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11110001 | 11101 | 0 | 0 | 101 | 10110100 | 1000111 | 1010001 |
Color Harmonies of #ACF1F1
Complementary color
Monochromatic Colors of #ACF1F1
Black with #ACF1F1
Text Example
Text Example
White with #ACF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1F1; }
p { color: rgb(172,241,241); }
H1.HeaderClassName
{
color: #ACF1F1;
}
.AnyTagClassName
{
color: #ACF1F1;
}
</style>
background-color css
<style>
a { background-color: #ACF1F1; }
a { background-color: rgb(172,241,241); }
div.DivClassName
{
background-color: #ACF1F1;
}
.BgClassName
{
background-color: #ACF1F1;
}
</style>
border-color css
<style>
span { border-color: #ACF1F1; }
span { border-color: rgb(172,241,241); }
td.TdClassName
{
border-color: #ACF1F1;
}
.TagClassName
{
border-color: #ACF1F1;
}
</style>