Shades of Pale Turquoise #ADECEB
Tints of Pale Turquoise #ADECEB
RGB
CMYK
RGB Variations
Color information
#ADECEB (or 0xADECEB) is known color: Pale Turquoise. HEX triplet: AD, EC and EB. RGB value is (173,236,235). Sum of RGB (Red+Green+Blue) = 173+236+235=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECEB is #521314. Grayscale: #D8D8D8. Windows color (decimal): -5378837 or 15461549. OLE color: 15461549.
HSL color Cylindrical-coordinate representation of color #ADECEB: hue angle of 179.05º degrees, saturation: 0.62, 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 #ADECEB is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 235 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.07 |
| HSL | 179.05º | 0.62% | 0.8% | - |
| HSV(B) | 179.05º | 0.27% | 0.93% | - |
| XYZ | 62.22 | 74.87 | 89.77 | - |
| YUV | 217.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 235 | 0.27 | 0 | 0.00 | 0.07 | 179.05 | 0.62 | 0.8 |
| Hex | AD | EC | EB | 1B | 0 | 0 | 7 | B3 | 3E | 50 |
| Octal | 255 | 354 | 353 | 33 | 0 | 0 | 7 | 263 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11101011 | 11011 | 0 | 0 | 111 | 10110011 | 111110 | 1010000 |
Color Harmonies of #ADECEB
Complementary color
Monochromatic Colors of #ADECEB
Black with #ADECEB
Text Example
Text Example
White with #ADECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECEB; }
p { color: rgb(173,236,235); }
H1.HeaderClassName
{
color: #ADECEB;
}
.AnyTagClassName
{
color: #ADECEB;
}
</style>
background-color css
<style>
a { background-color: #ADECEB; }
a { background-color: rgb(173,236,235); }
div.DivClassName
{
background-color: #ADECEB;
}
.BgClassName
{
background-color: #ADECEB;
}
</style>
border-color css
<style>
span { border-color: #ADECEB; }
span { border-color: rgb(173,236,235); }
td.TdClassName
{
border-color: #ADECEB;
}
.TagClassName
{
border-color: #ADECEB;
}
</style>