Shades of Pale Turquoise #ADF1E7
Tints of Pale Turquoise #ADF1E7
RGB
CMYK
RGB Variations
Color information
#ADF1E7 (or 0xADF1E7) is known color: Pale Turquoise. HEX triplet: AD, F1 and E7. RGB value is (173,241,231). Sum of RGB (Red+Green+Blue) = 173+241+231=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1E7 is #520E18. Grayscale: #DBDBDB. Windows color (decimal): -5377561 or 15200685. OLE color: 15200685.
HSL color Cylindrical-coordinate representation of color #ADF1E7: hue angle of 171.18º 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 #ADF1E7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 231 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.05 |
| HSL | 171.18º | 0.71% | 0.81% | - |
| HSV(B) | 171.18º | 0.28% | 0.95% | - |
| XYZ | 63.11 | 77.56 | 87.25 | - |
| YUV | 219.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 231 | 0.28 | 0 | 0.04 | 0.05 | 171.18 | 0.71 | 0.81 |
| Hex | AD | F1 | E7 | 1C | 0 | 4 | 5 | AB | 47 | 51 |
| Octal | 255 | 361 | 347 | 34 | 0 | 4 | 5 | 253 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11100111 | 11100 | 0 | 100 | 101 | 10101011 | 1000111 | 1010001 |
Color Harmonies of #ADF1E7
Complementary color
Monochromatic Colors of #ADF1E7
Black with #ADF1E7
Text Example
Text Example
White with #ADF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1E7; }
p { color: rgb(173,241,231); }
H1.HeaderClassName
{
color: #ADF1E7;
}
.AnyTagClassName
{
color: #ADF1E7;
}
</style>
background-color css
<style>
a { background-color: #ADF1E7; }
a { background-color: rgb(173,241,231); }
div.DivClassName
{
background-color: #ADF1E7;
}
.BgClassName
{
background-color: #ADF1E7;
}
</style>
border-color css
<style>
span { border-color: #ADF1E7; }
span { border-color: rgb(173,241,231); }
td.TdClassName
{
border-color: #ADF1E7;
}
.TagClassName
{
border-color: #ADF1E7;
}
</style>