Shades of Pale Turquoise #ADF1EC
Tints of Pale Turquoise #ADF1EC
RGB
CMYK
RGB Variations
Color information
#ADF1EC (or 0xADF1EC) is known color: Pale Turquoise. HEX triplet: AD, F1 and EC. RGB value is (173,241,236). Sum of RGB (Red+Green+Blue) = 173+241+236=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1EC is #520E13. Grayscale: #DCDCDC. Windows color (decimal): -5377556 or 15528365. OLE color: 15528365.
HSL color Cylindrical-coordinate representation of color #ADF1EC: hue angle of 175.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1EC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 236 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.05 |
| HSL | 175.59º | 0.71% | 0.81% | - |
| HSV(B) | 175.59º | 0.28% | 0.95% | - |
| XYZ | 63.83 | 77.85 | 91.02 | - |
| YUV | 220.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 236 | 0.28 | 0 | 0.02 | 0.05 | 175.59 | 0.71 | 0.81 |
| Hex | AD | F1 | EC | 1C | 0 | 2 | 5 | B0 | 47 | 51 |
| Octal | 255 | 361 | 354 | 34 | 0 | 2 | 5 | 260 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11101100 | 11100 | 0 | 10 | 101 | 10110000 | 1000111 | 1010001 |
Color Harmonies of #ADF1EC
Complementary color
Monochromatic Colors of #ADF1EC
Black with #ADF1EC
Text Example
Text Example
White with #ADF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1EC; }
p { color: rgb(173,241,236); }
H1.HeaderClassName
{
color: #ADF1EC;
}
.AnyTagClassName
{
color: #ADF1EC;
}
</style>
background-color css
<style>
a { background-color: #ADF1EC; }
a { background-color: rgb(173,241,236); }
div.DivClassName
{
background-color: #ADF1EC;
}
.BgClassName
{
background-color: #ADF1EC;
}
</style>
border-color css
<style>
span { border-color: #ADF1EC; }
span { border-color: rgb(173,241,236); }
td.TdClassName
{
border-color: #ADF1EC;
}
.TagClassName
{
border-color: #ADF1EC;
}
</style>