Shades of Pale Turquoise #ADECE9
Tints of Pale Turquoise #ADECE9
RGB
CMYK
RGB Variations
Color information
#ADECE9 (or 0xADECE9) is known color: Pale Turquoise. HEX triplet: AD, EC and E9. RGB value is (173,236,233). Sum of RGB (Red+Green+Blue) = 173+236+233=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECE9 is #521316. Grayscale: #D8D8D8. Windows color (decimal): -5378839 or 15330477. OLE color: 15330477.
HSL color Cylindrical-coordinate representation of color #ADECE9: hue angle of 177.14º 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 #ADECE9 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 233 | - |
CMYK | 0.27 | 0 | 0.01 | 0.07 |
HSL | 177.14º | 0.62% | 0.8% | - |
HSV(B) | 177.14º | 0.27% | 0.93% | - |
XYZ | 61.94 | 74.76 | 88.26 | - |
YUV | 216.82 | 137.13 | 96.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 233 | 0.27 | 0 | 0.01 | 0.07 | 177.14 | 0.62 | 0.8 |
Hex | AD | EC | E9 | 1B | 0 | 1 | 7 | B1 | 3E | 50 |
Octal | 255 | 354 | 351 | 33 | 0 | 1 | 7 | 261 | 76 | 120 |
Binary | 10101101 | 11101100 | 11101001 | 11011 | 0 | 1 | 111 | 10110001 | 111110 | 1010000 |
Color Harmonies of #ADECE9
Complementary color
Monochromatic Colors of #ADECE9
Black with #ADECE9
Text Example
Text Example
White with #ADECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE9; }
p { color: rgb(173,236,233); }
H1.HeaderClassName
{
color: #ADECE9;
}
.AnyTagClassName
{
color: #ADECE9;
}
</style>
background-color css
<style>
a { background-color: #ADECE9; }
a { background-color: rgb(173,236,233); }
div.DivClassName
{
background-color: #ADECE9;
}
.BgClassName
{
background-color: #ADECE9;
}
</style>
border-color css
<style>
span { border-color: #ADECE9; }
span { border-color: rgb(173,236,233); }
td.TdClassName
{
border-color: #ADECE9;
}
.TagClassName
{
border-color: #ADECE9;
}
</style>