Shades of Pale Turquoise #ADE8EE
Tints of Pale Turquoise #ADE8EE
RGB
CMYK
RGB Variations
Color information
#ADE8EE (or 0xADE8EE) is known color: Pale Turquoise. HEX triplet: AD, E8 and EE. RGB value is (173,232,238). Sum of RGB (Red+Green+Blue) = 173+232+238=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8EE is #521711. Grayscale: #D6D6D6. Windows color (decimal): -5379858 or 15657133. OLE color: 15657133.
HSL color Cylindrical-coordinate representation of color #ADE8EE: hue angle of 185.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADE8EE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 232 | 238 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.07 |
| HSL | 185.54º | 0.66% | 0.81% | - |
| HSV(B) | 185.54º | 0.27% | 0.93% | - |
| XYZ | 61.52 | 72.77 | 91.69 | - |
| YUV | 215.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 238 | 0.27 | 0.03 | 0 | 0.07 | 185.54 | 0.66 | 0.81 |
| Hex | AD | E8 | EE | 1B | 3 | 0 | 7 | BA | 42 | 51 |
| Octal | 255 | 350 | 356 | 33 | 3 | 0 | 7 | 272 | 102 | 121 |
| Binary | 10101101 | 11101000 | 11101110 | 11011 | 11 | 0 | 111 | 10111010 | 1000010 | 1010001 |
Color Harmonies of #ADE8EE
Complementary color
Monochromatic Colors of #ADE8EE
Black with #ADE8EE
Text Example
Text Example
White with #ADE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8EE; }
p { color: rgb(173,232,238); }
H1.HeaderClassName
{
color: #ADE8EE;
}
.AnyTagClassName
{
color: #ADE8EE;
}
</style>
background-color css
<style>
a { background-color: #ADE8EE; }
a { background-color: rgb(173,232,238); }
div.DivClassName
{
background-color: #ADE8EE;
}
.BgClassName
{
background-color: #ADE8EE;
}
</style>
border-color css
<style>
span { border-color: #ADE8EE; }
span { border-color: rgb(173,232,238); }
td.TdClassName
{
border-color: #ADE8EE;
}
.TagClassName
{
border-color: #ADE8EE;
}
</style>