Html Css Color HEX #49C8BD Medium Turquoise

📋 copy color: '#49C8BD'

red 73 ◦ green 200 ◦ blue 189

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

Shades of Medium Turquoise #49C8BD

Tints of Medium Turquoise #49C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.29%

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

R = 15.8%
G = 43.29%
B = 40.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#49C8BD (or 0x49C8BD) is known color: Medium Turquoise. HEX triplet: 49, C8 and BD. RGB value is (73,200,189). Sum of RGB (Red+Green+Blue) = 73+200+189=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #49C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8BD is #B63742. Grayscale: #A0A0A0. Windows color (decimal): -11941699 or 12437577. OLE color: 12437577.

HSL color Cylindrical-coordinate representation of color #49C8BD: hue angle of 174.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C8BD is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 189 -
CMYK 0.64 0 0.06 0.22
HSL 174.8º 0.54% 0.54% -
HSV(B) 174.8º 0.64% 0.78% -
XYZ 32.59 46.4 55.38 -
YUV 160.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 73 200 189 0.64 0 0.06 0.22 174.8 0.54 0.54
Hex 49 C8 BD 40 0 6 16 AF 36 36
Octal 111 310 275 100 0 6 26 257 66 66
Binary 1001001 11001000 10111101 1000000 0 110 10110 10101111 110110 110110

Color Harmonies of #49C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C8BD

Black with #49C8BD

Text Example


Text Example

White with #49C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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