Shades of Medium Turquoise #49D2E6
Tints of Medium Turquoise #49D2E6
RGB
CMYK
RGB Variations
Color information
#49D2E6 (or 0x49D2E6) is known color: Medium Turquoise. HEX triplet: 49, D2 and E6. RGB value is (73,210,230). Sum of RGB (Red+Green+Blue) = 73+210+230=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #49D2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D2E6 is #B62D19. Grayscale: #ABABAB. Windows color (decimal): -11939098 or 15127113. OLE color: 15127113.
HSL color Cylindrical-coordinate representation of color #49D2E6: hue angle of 187.64º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49D2E6 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 210 | 230 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.10 |
| HSL | 187.64º | 0.76% | 0.59% | - |
| HSV(B) | 187.64º | 0.68% | 0.9% | - |
| XYZ | 40.08 | 53.22 | 83.02 | - |
| YUV | 171.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 230 | 0.68 | 0.09 | 0 | 0.10 | 187.64 | 0.76 | 0.59 |
| Hex | 49 | D2 | E6 | 44 | 9 | 0 | A | BC | 4C | 3B |
| Octal | 111 | 322 | 346 | 104 | 11 | 0 | 12 | 274 | 114 | 73 |
| Binary | 1001001 | 11010010 | 11100110 | 1000100 | 1001 | 0 | 1010 | 10111100 | 1001100 | 111011 |
Color Harmonies of #49D2E6
Complementary color
Monochromatic Colors of #49D2E6
Black with #49D2E6
Text Example
Text Example
White with #49D2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2E6; }
p { color: rgb(73,210,230); }
H1.HeaderClassName
{
color: #49D2E6;
}
.AnyTagClassName
{
color: #49D2E6;
}
</style>
background-color css
<style>
a { background-color: #49D2E6; }
a { background-color: rgb(73,210,230); }
div.DivClassName
{
background-color: #49D2E6;
}
.BgClassName
{
background-color: #49D2E6;
}
</style>
border-color css
<style>
span { border-color: #49D2E6; }
span { border-color: rgb(73,210,230); }
td.TdClassName
{
border-color: #49D2E6;
}
.TagClassName
{
border-color: #49D2E6;
}
</style>