Shades of Pale Turquoise #ADEDE5
Tints of Pale Turquoise #ADEDE5
RGB
CMYK
RGB Variations
Color information
#ADEDE5 (or 0xADEDE5) is known color: Pale Turquoise. HEX triplet: AD, ED and E5. RGB value is (173,237,229). Sum of RGB (Red+Green+Blue) = 173+237+229=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE5 is #52121A. Grayscale: #D8D8D8. Windows color (decimal): -5378587 or 15068589. OLE color: 15068589.
HSL color Cylindrical-coordinate representation of color #ADEDE5: hue angle of 172.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDE5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 229 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.07 |
| HSL | 172.5º | 0.64% | 0.8% | - |
| HSV(B) | 172.5º | 0.27% | 0.93% | - |
| XYZ | 61.66 | 75.11 | 85.38 | - |
| YUV | 216.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 229 | 0.27 | 0 | 0.03 | 0.07 | 172.5 | 0.64 | 0.8 |
| Hex | AD | ED | E5 | 1B | 0 | 3 | 7 | AC | 40 | 50 |
| Octal | 255 | 355 | 345 | 33 | 0 | 3 | 7 | 254 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11100101 | 11011 | 0 | 11 | 111 | 10101100 | 1000000 | 1010000 |
Color Harmonies of #ADEDE5
Complementary color
Monochromatic Colors of #ADEDE5
Black with #ADEDE5
Text Example
Text Example
White with #ADEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDE5; }
p { color: rgb(173,237,229); }
H1.HeaderClassName
{
color: #ADEDE5;
}
.AnyTagClassName
{
color: #ADEDE5;
}
</style>
background-color css
<style>
a { background-color: #ADEDE5; }
a { background-color: rgb(173,237,229); }
div.DivClassName
{
background-color: #ADEDE5;
}
.BgClassName
{
background-color: #ADEDE5;
}
</style>
border-color css
<style>
span { border-color: #ADEDE5; }
span { border-color: rgb(173,237,229); }
td.TdClassName
{
border-color: #ADEDE5;
}
.TagClassName
{
border-color: #ADEDE5;
}
</style>