Shades of Medium Turquoise #49CECE
Tints of Medium Turquoise #49CECE
RGB
CMYK
RGB Variations
Color information
#49CECE (or 0x49CECE) is known color: Medium Turquoise. HEX triplet: 49, CE and CE. RGB value is (73,206,206). Sum of RGB (Red+Green+Blue) = 73+206+206=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #49CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CECE is #B63131. Grayscale: #A6A6A6. Windows color (decimal): -11940146 or 13553225. OLE color: 13553225.
HSL color Cylindrical-coordinate representation of color #49CECE: hue angle of 180º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CECE is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 206 | - |
| CMYK | 0.65 | 0 | 0 | 0.19 |
| HSL | 180º | 0.58% | 0.55% | - |
| HSV(B) | 180º | 0.65% | 0.81% | - |
| XYZ | 35.96 | 50.02 | 66.15 | - |
| YUV | 166.23 | 150.44 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 206 | 0.65 | 0 | 0 | 0.19 | 180 | 0.58 | 0.55 |
| Hex | 49 | CE | CE | 41 | 0 | 0 | 13 | B4 | 3A | 37 |
| Octal | 111 | 316 | 316 | 101 | 0 | 0 | 23 | 264 | 72 | 67 |
| Binary | 1001001 | 11001110 | 11001110 | 1000001 | 0 | 0 | 10011 | 10110100 | 111010 | 110111 |
Color Harmonies of #49CECE
Complementary color
Monochromatic Colors of #49CECE
Black with #49CECE
Text Example
Text Example
White with #49CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CECE; }
p { color: rgb(73,206,206); }
H1.HeaderClassName
{
color: #49CECE;
}
.AnyTagClassName
{
color: #49CECE;
}
</style>
background-color css
<style>
a { background-color: #49CECE; }
a { background-color: rgb(73,206,206); }
div.DivClassName
{
background-color: #49CECE;
}
.BgClassName
{
background-color: #49CECE;
}
</style>
border-color css
<style>
span { border-color: #49CECE; }
span { border-color: rgb(73,206,206); }
td.TdClassName
{
border-color: #49CECE;
}
.TagClassName
{
border-color: #49CECE;
}
</style>