Shades of Pale Turquoise #ADECF6
Tints of Pale Turquoise #ADECF6
RGB
CMYK
RGB Variations
Color information
#ADECF6 (or 0xADECF6) is known color: Pale Turquoise. HEX triplet: AD, EC and F6. RGB value is (173,236,246). Sum of RGB (Red+Green+Blue) = 173+236+246=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF6 is #521309. Grayscale: #DADADA. Windows color (decimal): -5378826 or 16182445. OLE color: 16182445.
HSL color Cylindrical-coordinate representation of color #ADECF6: hue angle of 188.22º 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 #ADECF6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 236 | 246 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.04 |
| HSL | 188.22º | 0.8% | 0.82% | - |
| HSV(B) | 188.22º | 0.3% | 0.96% | - |
| XYZ | 63.86 | 75.53 | 98.4 | - |
| YUV | 218.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 246 | 0.30 | 0.04 | 0 | 0.04 | 188.22 | 0.8 | 0.82 |
| Hex | AD | EC | F6 | 1E | 4 | 0 | 4 | BC | 50 | 52 |
| Octal | 255 | 354 | 366 | 36 | 4 | 0 | 4 | 274 | 120 | 122 |
| Binary | 10101101 | 11101100 | 11110110 | 11110 | 100 | 0 | 100 | 10111100 | 1010000 | 1010010 |
Color Harmonies of #ADECF6
Complementary color
Monochromatic Colors of #ADECF6
Black with #ADECF6
Text Example
Text Example
White with #ADECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECF6; }
p { color: rgb(173,236,246); }
H1.HeaderClassName
{
color: #ADECF6;
}
.AnyTagClassName
{
color: #ADECF6;
}
</style>
background-color css
<style>
a { background-color: #ADECF6; }
a { background-color: rgb(173,236,246); }
div.DivClassName
{
background-color: #ADECF6;
}
.BgClassName
{
background-color: #ADECF6;
}
</style>
border-color css
<style>
span { border-color: #ADECF6; }
span { border-color: rgb(173,236,246); }
td.TdClassName
{
border-color: #ADECF6;
}
.TagClassName
{
border-color: #ADECF6;
}
</style>