Shades of Medium Turquoise #49CADE
Tints of Medium Turquoise #49CADE
RGB
CMYK
RGB Variations
Color information
#49CADE (or 0x49CADE) is known color: Medium Turquoise. HEX triplet: 49, CA and DE. RGB value is (73,202,222). Sum of RGB (Red+Green+Blue) = 73+202+222=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #49CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CADE is #B63521. Grayscale: #A5A5A5. Windows color (decimal): -11941154 or 14600777. OLE color: 14600777.
HSL color Cylindrical-coordinate representation of color #49CADE: hue angle of 188.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CADE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 202 | 222 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.13 |
| HSL | 188.05º | 0.69% | 0.58% | - |
| HSV(B) | 188.05º | 0.67% | 0.87% | - |
| XYZ | 37.05 | 48.93 | 76.6 | - |
| YUV | 165.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 222 | 0.67 | 0.09 | 0 | 0.13 | 188.05 | 0.69 | 0.58 |
| Hex | 49 | CA | DE | 43 | 9 | 0 | D | BC | 45 | 3A |
| Octal | 111 | 312 | 336 | 103 | 11 | 0 | 15 | 274 | 105 | 72 |
| Binary | 1001001 | 11001010 | 11011110 | 1000011 | 1001 | 0 | 1101 | 10111100 | 1000101 | 111010 |
Color Harmonies of #49CADE
Complementary color
Monochromatic Colors of #49CADE
Black with #49CADE
Text Example
Text Example
White with #49CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CADE; }
p { color: rgb(73,202,222); }
H1.HeaderClassName
{
color: #49CADE;
}
.AnyTagClassName
{
color: #49CADE;
}
</style>
background-color css
<style>
a { background-color: #49CADE; }
a { background-color: rgb(73,202,222); }
div.DivClassName
{
background-color: #49CADE;
}
.BgClassName
{
background-color: #49CADE;
}
</style>
border-color css
<style>
span { border-color: #49CADE; }
span { border-color: rgb(73,202,222); }
td.TdClassName
{
border-color: #49CADE;
}
.TagClassName
{
border-color: #49CADE;
}
</style>