Shades of Pale Turquoise #ACF1ED
Tints of Pale Turquoise #ACF1ED
RGB
CMYK
RGB Variations
Color information
#ACF1ED (or 0xACF1ED) is known color: Pale Turquoise. HEX triplet: AC, F1 and ED. RGB value is (172,241,237). Sum of RGB (Red+Green+Blue) = 172+241+237=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1ED is #530E12. Grayscale: #DBDBDB. Windows color (decimal): -5443091 or 15593900. OLE color: 15593900.
HSL color Cylindrical-coordinate representation of color #ACF1ED: hue angle of 176.52º 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 #ACF1ED is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 237 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 176.52º | 0.71% | 0.81% | - |
| HSV(B) | 176.52º | 0.29% | 0.95% | - |
| XYZ | 63.75 | 77.8 | 91.78 | - |
| YUV | 219.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 237 | 0.29 | 0 | 0.02 | 0.05 | 176.52 | 0.71 | 0.81 |
| Hex | AC | F1 | ED | 1D | 0 | 2 | 5 | B1 | 47 | 51 |
| Octal | 254 | 361 | 355 | 35 | 0 | 2 | 5 | 261 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11101101 | 11101 | 0 | 10 | 101 | 10110001 | 1000111 | 1010001 |
Color Harmonies of #ACF1ED
Complementary color
Monochromatic Colors of #ACF1ED
Black with #ACF1ED
Text Example
Text Example
White with #ACF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1ED; }
p { color: rgb(172,241,237); }
H1.HeaderClassName
{
color: #ACF1ED;
}
.AnyTagClassName
{
color: #ACF1ED;
}
</style>
background-color css
<style>
a { background-color: #ACF1ED; }
a { background-color: rgb(172,241,237); }
div.DivClassName
{
background-color: #ACF1ED;
}
.BgClassName
{
background-color: #ACF1ED;
}
</style>
border-color css
<style>
span { border-color: #ACF1ED; }
span { border-color: rgb(172,241,237); }
td.TdClassName
{
border-color: #ACF1ED;
}
.TagClassName
{
border-color: #ACF1ED;
}
</style>