Html Css Color HEX #49C0BD Medium Turquoise

📋 copy color: '#49C0BD'

red 73 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #49C0BD

Tints of Medium Turquoise #49C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 16.08%
G = 42.29%
B = 41.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#49C0BD (or 0x49C0BD) is known color: Medium Turquoise. HEX triplet: 49, C0 and BD. RGB value is (73,192,189). Sum of RGB (Red+Green+Blue) = 73+192+189=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0BD is #B63F42. Grayscale: #9B9B9B. Windows color (decimal): -11943747 or 12435529. OLE color: 12435529.

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

Color convert

RGB 73 192 189 -
CMYK 0.62 0 0.02 0.25
HSL 178.49º 0.49% 0.52% -
HSV(B) 178.49º 0.62% 0.75% -
XYZ 30.78 42.79 54.78 -
YUV 156.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 73 192 189 0.62 0 0.02 0.25 178.49 0.49 0.52
Hex 49 C0 BD 3E 0 2 19 B2 31 34
Octal 111 300 275 76 0 2 31 262 61 64
Binary 1001001 11000000 10111101 111110 0 10 11001 10110010 110001 110100

Color Harmonies of #49C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C0BD

Black with #49C0BD

Text Example


Text Example

White with #49C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,189); }

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

background-color css

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

 a { background-color: rgb(73,192,189); }

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

border-color css

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

 span { border-color: rgb(73,192,189); }

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