Html Css Color HEX #49C2BE Medium Turquoise

📋 copy color: '#49C2BE'

red 73 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #49C2BE

Tints of Medium Turquoise #49C2BE

RGB

 RED value IS 73 (28.91% from 255) = 15.97%

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 15.97%
G = 42.45%
B = 41.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#49C2BE (or 0x49C2BE) is known color: Medium Turquoise. HEX triplet: 49, C2 and BE. RGB value is (73,194,190). Sum of RGB (Red+Green+Blue) = 73+194+190=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2BE is #B63D41. Grayscale: #9D9D9D. Windows color (decimal): -11943234 or 12501577. OLE color: 12501577.

HSL color Cylindrical-coordinate representation of color #49C2BE: hue angle of 178.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2BE is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 190 -
CMYK 0.62 0 0.02 0.24
HSL 178.02º 0.5% 0.52% -
HSV(B) 178.02º 0.62% 0.76% -
XYZ 31.33 43.72 55.5 -
YUV 157.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 73 194 190 0.62 0 0.02 0.24 178.02 0.5 0.52
Hex 49 C2 BE 3E 0 2 18 B2 32 34
Octal 111 302 276 76 0 2 30 262 62 64
Binary 1001001 11000010 10111110 111110 0 10 11000 10110010 110010 110100

Color Harmonies of #49C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2BE

Black with #49C2BE

Text Example


Text Example

White with #49C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,190); }

 H1.HeaderClassName
 {
   color: #49C2BE;
 }
 .AnyTagClassName
 {
   color: #49C2BE;
 }
</style>

background-color css

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

 a { background-color: rgb(73,194,190); }

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

border-color css

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

 span { border-color: rgb(73,194,190); }

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