Html Css Color HEX #49C2BF Medium Turquoise

📋 copy color: '#49C2BF'

red 73 ◦ green 194 ◦ blue 191

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

Shades of Medium Turquoise #49C2BF

Tints of Medium Turquoise #49C2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 15.94%
G = 42.36%
B = 41.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#49C2BF (or 0x49C2BF) is known color: Medium Turquoise. HEX triplet: 49, C2 and BF. RGB value is (73,194,191). Sum of RGB (Red+Green+Blue) = 73+194+191=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2BF is #B63D40. Grayscale: #9D9D9D. Windows color (decimal): -11943233 or 12567113. OLE color: 12567113.

HSL color Cylindrical-coordinate representation of color #49C2BF: hue angle of 178.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2BF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 191 -
CMYK 0.62 0 0.02 0.24
HSL 178.51º 0.5% 0.52% -
HSV(B) 178.51º 0.62% 0.76% -
XYZ 31.44 43.76 56.08 -
YUV 157.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 73 194 191 0.62 0 0.02 0.24 178.51 0.5 0.52
Hex 49 C2 BF 3E 0 2 18 B3 32 34
Octal 111 302 277 76 0 2 30 263 62 64
Binary 1001001 11000010 10111111 111110 0 10 11000 10110011 110010 110100

Color Harmonies of #49C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2BF

Black with #49C2BF

Text Example


Text Example

White with #49C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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