Html Css Color HEX #49BFBA Medium Turquoise

📋 copy color: '#49BFBA'

red 73 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #49BFBA

Tints of Medium Turquoise #49BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 42.44%

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

R = 16.22%
G = 42.44%
B = 41.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#49BFBA (or 0x49BFBA) is known color: Medium Turquoise. HEX triplet: 49, BF and BA. RGB value is (73,191,186). Sum of RGB (Red+Green+Blue) = 73+191+186=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #49BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFBA is #B64045. Grayscale: #9B9B9B. Windows color (decimal): -11944006 or 12238665. OLE color: 12238665.

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

Color convert

RGB 73 191 186 -
CMYK 0.62 0 0.03 0.25
HSL 177.46º 0.48% 0.52% -
HSV(B) 177.46º 0.62% 0.75% -
XYZ 30.24 42.22 53.01 -
YUV 155.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 73 191 186 0.62 0 0.03 0.25 177.46 0.48 0.52
Hex 49 BF BA 3E 0 3 19 B1 30 34
Octal 111 277 272 76 0 3 31 261 60 64
Binary 1001001 10111111 10111010 111110 0 11 11001 10110001 110000 110100

Color Harmonies of #49BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFBA

Black with #49BFBA

Text Example


Text Example

White with #49BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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