Html Css Color HEX #49C0BA Medium Turquoise

📋 copy color: '#49C0BA'

red 73 ◦ green 192 ◦ blue 186

#49C0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #49C0BA

Tints of Medium Turquoise #49C0BA

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 value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#49C0BA (or 0x49C0BA) is known color: 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

RGB 73 192 186 -
CMYK 0.62 0 0.03 0.25
HSL 176.97º 0.49% 0.52% -
HSV(B) 176.97º 0.62% 0.75% -
XYZ 30.46 42.66 53.08 -
YUV 155.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 73 192 186 0.62 0 0.03 0.25 176.97 0.49 0.52
Hex 49 C0 BA 3E 0 3 19 B1 31 34
Octal 111 300 272 76 0 3 31 261 61 64
Binary 1001001 11000000 10111010 111110 0 11 11001 10110001 110001 110100

Color Harmonies of #49C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C0BA

Black with #49C0BA

Text Example


Text Example

White with #49C0BA

Text Example


Text Example

HTML Codes & Css Web 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>