Shades of Pale Turquoise #ADF6ED
Tints of Pale Turquoise #ADF6ED
RGB
CMYK
RGB Variations
Color information
#ADF6ED (or 0xADF6ED) is known color: Pale Turquoise. HEX triplet: AD, F6 and ED. RGB value is (173,246,237). Sum of RGB (Red+Green+Blue) = 173+246+237=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6ED is #520912. Grayscale: #DFDFDF. Windows color (decimal): -5376275 or 15595181. OLE color: 15595181.
HSL color Cylindrical-coordinate representation of color #ADF6ED: hue angle of 172.6º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6ED is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 237 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.04 |
| HSL | 172.6º | 0.8% | 0.82% | - |
| HSV(B) | 172.6º | 0.3% | 0.96% | - |
| XYZ | 65.48 | 80.91 | 92.29 | - |
| YUV | 223.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 237 | 0.30 | 0 | 0.04 | 0.04 | 172.6 | 0.8 | 0.82 |
| Hex | AD | F6 | ED | 1E | 0 | 4 | 4 | AD | 50 | 52 |
| Octal | 255 | 366 | 355 | 36 | 0 | 4 | 4 | 255 | 120 | 122 |
| Binary | 10101101 | 11110110 | 11101101 | 11110 | 0 | 100 | 100 | 10101101 | 1010000 | 1010010 |
Color Harmonies of #ADF6ED
Complementary color
Monochromatic Colors of #ADF6ED
Black with #ADF6ED
Text Example
Text Example
White with #ADF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6ED; }
p { color: rgb(173,246,237); }
H1.HeaderClassName
{
color: #ADF6ED;
}
.AnyTagClassName
{
color: #ADF6ED;
}
</style>
background-color css
<style>
a { background-color: #ADF6ED; }
a { background-color: rgb(173,246,237); }
div.DivClassName
{
background-color: #ADF6ED;
}
.BgClassName
{
background-color: #ADF6ED;
}
</style>
border-color css
<style>
span { border-color: #ADF6ED; }
span { border-color: rgb(173,246,237); }
td.TdClassName
{
border-color: #ADF6ED;
}
.TagClassName
{
border-color: #ADF6ED;
}
</style>