Html Css Color HEX #49C3BB Medium Turquoise

📋 copy color: '#49C3BB'

red 73 ◦ green 195 ◦ blue 187

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

Shades of Medium Turquoise #49C3BB

Tints of Medium Turquoise #49C3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 16.04%
G = 42.86%
B = 41.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#49C3BB (or 0x49C3BB) is known color: Medium Turquoise. HEX triplet: 49, C3 and BB. RGB value is (73,195,187). Sum of RGB (Red+Green+Blue) = 73+195+187=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C3BB is #B63C44. Grayscale: #9D9D9D. Windows color (decimal): -11942981 or 12305225. OLE color: 12305225.

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

Color convert

RGB 73 195 187 -
CMYK 0.63 0 0.04 0.24
HSL 176.07º 0.5% 0.53% -
HSV(B) 176.07º 0.63% 0.76% -
XYZ 31.23 44.03 53.87 -
YUV 157.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 73 195 187 0.63 0 0.04 0.24 176.07 0.5 0.53
Hex 49 C3 BB 3F 0 4 18 B0 32 35
Octal 111 303 273 77 0 4 30 260 62 65
Binary 1001001 11000011 10111011 111111 0 100 11000 10110000 110010 110101

Color Harmonies of #49C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C3BB

Black with #49C3BB

Text Example


Text Example

White with #49C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,187); }

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

background-color css

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

 a { background-color: rgb(73,195,187); }

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

border-color css

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

 span { border-color: rgb(73,195,187); }

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