Html Css Color HEX #49C4BB Medium Turquoise

📋 copy color: '#49C4BB'

red 73 ◦ green 196 ◦ blue 187

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

Shades of Medium Turquoise #49C4BB

Tints of Medium Turquoise #49C4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

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

R = 16.01%
G = 42.98%
B = 41.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#49C4BB (or 0x49C4BB) is known color: Medium Turquoise. HEX triplet: 49, C4 and BB. RGB value is (73,196,187). Sum of RGB (Red+Green+Blue) = 73+196+187=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #49C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C4BB is #B63B44. Grayscale: #9E9E9E. Windows color (decimal): -11942725 or 12305481. OLE color: 12305481.

HSL color Cylindrical-coordinate representation of color #49C4BB: hue angle of 175.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C4BB is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 187 -
CMYK 0.63 0 0.05 0.23
HSL 175.61º 0.51% 0.53% -
HSV(B) 175.61º 0.63% 0.77% -
XYZ 31.46 44.48 53.94 -
YUV 158.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 73 196 187 0.63 0 0.05 0.23 175.61 0.51 0.53
Hex 49 C4 BB 3F 0 5 17 B0 33 35
Octal 111 304 273 77 0 5 27 260 63 65
Binary 1001001 11000100 10111011 111111 0 101 10111 10110000 110011 110101

Color Harmonies of #49C4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C4BB

Black with #49C4BB

Text Example


Text Example

White with #49C4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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