Shades of Pale Turquoise #ADF1E9
Tints of Pale Turquoise #ADF1E9
RGB
CMYK
RGB Variations
Color information
#ADF1E9 (or 0xADF1E9) is known color: Pale Turquoise. HEX triplet: AD, F1 and E9. RGB value is (173,241,233). Sum of RGB (Red+Green+Blue) = 173+241+233=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1E9 is #520E16. Grayscale: #DBDBDB. Windows color (decimal): -5377559 or 15331757. OLE color: 15331757.
HSL color Cylindrical-coordinate representation of color #ADF1E9: hue angle of 172.94º 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 #ADF1E9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 233 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.05 |
| HSL | 172.94º | 0.71% | 0.81% | - |
| HSV(B) | 172.94º | 0.28% | 0.95% | - |
| XYZ | 63.4 | 77.68 | 88.74 | - |
| YUV | 219.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 233 | 0.28 | 0 | 0.03 | 0.05 | 172.94 | 0.71 | 0.81 |
| Hex | AD | F1 | E9 | 1C | 0 | 3 | 5 | AD | 47 | 51 |
| Octal | 255 | 361 | 351 | 34 | 0 | 3 | 5 | 255 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11101001 | 11100 | 0 | 11 | 101 | 10101101 | 1000111 | 1010001 |
Color Harmonies of #ADF1E9
Complementary color
Monochromatic Colors of #ADF1E9
Black with #ADF1E9
Text Example
Text Example
White with #ADF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1E9; }
p { color: rgb(173,241,233); }
H1.HeaderClassName
{
color: #ADF1E9;
}
.AnyTagClassName
{
color: #ADF1E9;
}
</style>
background-color css
<style>
a { background-color: #ADF1E9; }
a { background-color: rgb(173,241,233); }
div.DivClassName
{
background-color: #ADF1E9;
}
.BgClassName
{
background-color: #ADF1E9;
}
</style>
border-color css
<style>
span { border-color: #ADF1E9; }
span { border-color: rgb(173,241,233); }
td.TdClassName
{
border-color: #ADF1E9;
}
.TagClassName
{
border-color: #ADF1E9;
}
</style>