Shades of Pale Turquoise #ADEDEE
Tints of Pale Turquoise #ADEDEE
RGB
CMYK
RGB Variations
Color information
#ADEDEE (or 0xADEDEE) is known color: Pale Turquoise. HEX triplet: AD, ED and EE. RGB value is (173,237,238). Sum of RGB (Red+Green+Blue) = 173+237+238=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDEE is #521211. Grayscale: #D9D9D9. Windows color (decimal): -5378578 or 15658413. OLE color: 15658413.
HSL color Cylindrical-coordinate representation of color #ADEDEE: hue angle of 180.92º 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 #ADEDEE is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 238 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.07 |
| HSL | 180.92º | 0.66% | 0.81% | - |
| HSV(B) | 180.92º | 0.27% | 0.93% | - |
| XYZ | 62.95 | 75.63 | 92.17 | - |
| YUV | 217.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 238 | 0.27 | 0.00 | 0 | 0.07 | 180.92 | 0.66 | 0.81 |
| Hex | AD | ED | EE | 1B | 0 | 0 | 7 | B5 | 42 | 51 |
| Octal | 255 | 355 | 356 | 33 | 0 | 0 | 7 | 265 | 102 | 121 |
| Binary | 10101101 | 11101101 | 11101110 | 11011 | 0 | 0 | 111 | 10110101 | 1000010 | 1010001 |
Color Harmonies of #ADEDEE
Complementary color
Monochromatic Colors of #ADEDEE
Black with #ADEDEE
Text Example
Text Example
White with #ADEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDEE; }
p { color: rgb(173,237,238); }
H1.HeaderClassName
{
color: #ADEDEE;
}
.AnyTagClassName
{
color: #ADEDEE;
}
</style>
background-color css
<style>
a { background-color: #ADEDEE; }
a { background-color: rgb(173,237,238); }
div.DivClassName
{
background-color: #ADEDEE;
}
.BgClassName
{
background-color: #ADEDEE;
}
</style>
border-color css
<style>
span { border-color: #ADEDEE; }
span { border-color: rgb(173,237,238); }
td.TdClassName
{
border-color: #ADEDEE;
}
.TagClassName
{
border-color: #ADEDEE;
}
</style>