#49C0BA

Color #49C0BA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #49C0BA

Tints of Medium Turquoise #49C0BA

Color information

#49C0BA (or 0x49C0BA) is unknown color: approx Medium Turquoise. HEX triplet: 49, C0 and BA. RGB value is (73,192,186). Sum of RGB (Red+Green+Blue) = 73+192+186=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0BA is #B63F45. Grayscale: #9B9B9B. Windows color (decimal): -11943750 or 12238921. OLE color: 12238921.

HSL color Cylindrical-coordinate representation of color #49C0BA: hue angle of 176.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0BA is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB73192186-
CMYK0.6200.030.25
HSL176.97º48.57%51.96%-
HSV(B)176.97º61.98%75.29%-
XYZ30.4642.6653.08-
YUV155.74145.0868.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 16.19%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=16.19%
G=42.57%
B=41.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731921860.6200.030.25176.9748.5751.96
Hex49C0BA3E0319b13134
Octal1113002727603312616164
Binary100100111000000101110101111100111100110110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C0BA; }

 p { color: rgb(73,192,186); }

 H1.HeaderClassName
 {
   color: #49C0BA;
 }
 .AnyTagClassName
 {
   color: #49C0BA;
 }
</style>
background-color css

<style>
 a { background-color: #49C0BA; }

 a { background-color: rgb(73,192,186); }

 div.DivClassName
 {
   background-color: #49C0BA;
 }
 .BgClassName
 {
   background-color: #49C0BA;
 }
</style>
border-color css

<style>
 span { border-color: #49C0BA; }

 span { border-color: rgb(73,192,186); }

 td.TdClassName
 {
   border-color: #49C0BA;
 }
 .TagClassName
 {
   border-color: #49C0BA;
 }
</style>