Shades of Pale Turquoise #ADF1ED
Tints of Pale Turquoise #ADF1ED
RGB
CMYK
RGB Variations
Color information
#ADF1ED (or 0xADF1ED) is known color: Pale Turquoise. HEX triplet: AD, F1 and ED. RGB value is (173,241,237). Sum of RGB (Red+Green+Blue) = 173+241+237=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1ED is #520E12. Grayscale: #DCDCDC. Windows color (decimal): -5377555 or 15593901. OLE color: 15593901.
HSL color Cylindrical-coordinate representation of color #ADF1ED: hue angle of 176.47º 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 #ADF1ED is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 237 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.05 |
| HSL | 176.47º | 0.71% | 0.81% | - |
| HSV(B) | 176.47º | 0.28% | 0.95% | - |
| XYZ | 63.97 | 77.91 | 91.79 | - |
| YUV | 220.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 237 | 0.28 | 0 | 0.02 | 0.05 | 176.47 | 0.71 | 0.81 |
| Hex | AD | F1 | ED | 1C | 0 | 2 | 5 | B0 | 47 | 51 |
| Octal | 255 | 361 | 355 | 34 | 0 | 2 | 5 | 260 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11101101 | 11100 | 0 | 10 | 101 | 10110000 | 1000111 | 1010001 |
Color Harmonies of #ADF1ED
Complementary color
Monochromatic Colors of #ADF1ED
Black with #ADF1ED
Text Example
Text Example
White with #ADF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1ED; }
p { color: rgb(173,241,237); }
H1.HeaderClassName
{
color: #ADF1ED;
}
.AnyTagClassName
{
color: #ADF1ED;
}
</style>
background-color css
<style>
a { background-color: #ADF1ED; }
a { background-color: rgb(173,241,237); }
div.DivClassName
{
background-color: #ADF1ED;
}
.BgClassName
{
background-color: #ADF1ED;
}
</style>
border-color css
<style>
span { border-color: #ADF1ED; }
span { border-color: rgb(173,241,237); }
td.TdClassName
{
border-color: #ADF1ED;
}
.TagClassName
{
border-color: #ADF1ED;
}
</style>