Html Css Color HEX #49C2BA Medium Turquoise

📋 copy color: '#49C2BA'

red 73 ◦ green 194 ◦ blue 186

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

Shades of Medium Turquoise #49C2BA

Tints of Medium Turquoise #49C2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 16.11%
G = 42.83%
B = 41.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#49C2BA (or 0x49C2BA) is known color: Medium Turquoise. HEX triplet: 49, C2 and BA. RGB value is (73,194,186). Sum of RGB (Red+Green+Blue) = 73+194+186=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2BA is #B63D45. Grayscale: #9C9C9C. Windows color (decimal): -11943238 or 12239433. OLE color: 12239433.

HSL color Cylindrical-coordinate representation of color #49C2BA: hue angle of 176.03º 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 #49C2BA is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 186 -
CMYK 0.62 0 0.04 0.24
HSL 176.03º 0.5% 0.52% -
HSV(B) 176.03º 0.62% 0.76% -
XYZ 30.9 43.55 53.23 -
YUV 156.91 144.41 68.15 -
System Red Green Blue C M Y K H S L
Decimal 73 194 186 0.62 0 0.04 0.24 176.03 0.5 0.52
Hex 49 C2 BA 3E 0 4 18 B0 32 34
Octal 111 302 272 76 0 4 30 260 62 64
Binary 1001001 11000010 10111010 111110 0 100 11000 10110000 110010 110100

Color Harmonies of #49C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2BA

Black with #49C2BA

Text Example


Text Example

White with #49C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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