Shades of Pale Turquoise #ADE8EF
Tints of Pale Turquoise #ADE8EF
RGB
CMYK
RGB Variations
Color information
#ADE8EF (or 0xADE8EF) is known color: Pale Turquoise. HEX triplet: AD, E8 and EF. RGB value is (173,232,239). Sum of RGB (Red+Green+Blue) = 173+232+239=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8EF is #521710. Grayscale: #D7D7D7. Windows color (decimal): -5379857 or 15722669. OLE color: 15722669.
HSL color Cylindrical-coordinate representation of color #ADE8EF: hue angle of 186.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE8EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 232 | 239 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 186.36º | 0.67% | 0.81% | - |
| HSV(B) | 186.36º | 0.28% | 0.94% | - |
| XYZ | 61.67 | 72.83 | 92.47 | - |
| YUV | 215.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 239 | 0.28 | 0.03 | 0 | 0.06 | 186.36 | 0.67 | 0.81 |
| Hex | AD | E8 | EF | 1C | 3 | 0 | 6 | BA | 43 | 51 |
| Octal | 255 | 350 | 357 | 34 | 3 | 0 | 6 | 272 | 103 | 121 |
| Binary | 10101101 | 11101000 | 11101111 | 11100 | 11 | 0 | 110 | 10111010 | 1000011 | 1010001 |
Color Harmonies of #ADE8EF
Complementary color
Monochromatic Colors of #ADE8EF
Black with #ADE8EF
Text Example
Text Example
White with #ADE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8EF; }
p { color: rgb(173,232,239); }
H1.HeaderClassName
{
color: #ADE8EF;
}
.AnyTagClassName
{
color: #ADE8EF;
}
</style>
background-color css
<style>
a { background-color: #ADE8EF; }
a { background-color: rgb(173,232,239); }
div.DivClassName
{
background-color: #ADE8EF;
}
.BgClassName
{
background-color: #ADE8EF;
}
</style>
border-color css
<style>
span { border-color: #ADE8EF; }
span { border-color: rgb(173,232,239); }
td.TdClassName
{
border-color: #ADE8EF;
}
.TagClassName
{
border-color: #ADE8EF;
}
</style>