Html Css Color HEX #49BFBB Medium Turquoise

📋 copy color: '#49BFBB'

red 73 ◦ green 191 ◦ blue 187

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

Shades of Medium Turquoise #49BFBB

Tints of Medium Turquoise #49BFBB

RGB

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

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

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

R = 16.19%
G = 42.35%
B = 41.46%

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

#49BFBB (or 0x49BFBB) is known color: Medium Turquoise. HEX triplet: 49, BF and BB. RGB value is (73,191,187). Sum of RGB (Red+Green+Blue) = 73+191+187=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #49BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFBB is #B64044. Grayscale: #9B9B9B. Windows color (decimal): -11944005 or 12304201. OLE color: 12304201.

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

Color convert

RGB 73 191 187 -
CMYK 0.62 0 0.02 0.25
HSL 177.97º 0.48% 0.52% -
HSV(B) 177.97º 0.62% 0.75% -
XYZ 30.35 42.27 53.57 -
YUV 155.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 73 191 187 0.62 0 0.02 0.25 177.97 0.48 0.52
Hex 49 BF BB 3E 0 2 19 B2 30 34
Octal 111 277 273 76 0 2 31 262 60 64
Binary 1001001 10111111 10111011 111110 0 10 11001 10110010 110000 110100

Color Harmonies of #49BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFBB

Black with #49BFBB

Text Example


Text Example

White with #49BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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