Shades of Pale Turquoise #ADE9F0
Tints of Pale Turquoise #ADE9F0
RGB
CMYK
RGB Variations
Color information
#ADE9F0 (or 0xADE9F0) is known color: Pale Turquoise. HEX triplet: AD, E9 and F0. RGB value is (173,233,240). Sum of RGB (Red+Green+Blue) = 173+233+240=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9F0 is #52160F. Grayscale: #D7D7D7. Windows color (decimal): -5379600 or 15788461. OLE color: 15788461.
HSL color Cylindrical-coordinate representation of color #ADE9F0: hue angle of 186.27º degrees, saturation: 0.69, 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 #ADE9F0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 233 | 240 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 186.27º | 0.69% | 0.81% | - |
| HSV(B) | 186.27º | 0.28% | 0.94% | - |
| XYZ | 62.1 | 73.45 | 93.34 | - |
| YUV | 215.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 240 | 0.28 | 0.03 | 0 | 0.06 | 186.27 | 0.69 | 0.81 |
| Hex | AD | E9 | F0 | 1C | 3 | 0 | 6 | BA | 45 | 51 |
| Octal | 255 | 351 | 360 | 34 | 3 | 0 | 6 | 272 | 105 | 121 |
| Binary | 10101101 | 11101001 | 11110000 | 11100 | 11 | 0 | 110 | 10111010 | 1000101 | 1010001 |
Color Harmonies of #ADE9F0
Complementary color
Monochromatic Colors of #ADE9F0
Black with #ADE9F0
Text Example
Text Example
White with #ADE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9F0; }
p { color: rgb(173,233,240); }
H1.HeaderClassName
{
color: #ADE9F0;
}
.AnyTagClassName
{
color: #ADE9F0;
}
</style>
background-color css
<style>
a { background-color: #ADE9F0; }
a { background-color: rgb(173,233,240); }
div.DivClassName
{
background-color: #ADE9F0;
}
.BgClassName
{
background-color: #ADE9F0;
}
</style>
border-color css
<style>
span { border-color: #ADE9F0; }
span { border-color: rgb(173,233,240); }
td.TdClassName
{
border-color: #ADE9F0;
}
.TagClassName
{
border-color: #ADE9F0;
}
</style>