Html Css Color HEX #49C2B8 Medium Turquoise

📋 copy color: '#49C2B8'

red 73 ◦ green 194 ◦ blue 184

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

Shades of Medium Turquoise #49C2B8

Tints of Medium Turquoise #49C2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 16.19%
G = 43.02%
B = 40.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#49C2B8 (or 0x49C2B8) is known color: Medium Turquoise. HEX triplet: 49, C2 and B8. RGB value is (73,194,184). Sum of RGB (Red+Green+Blue) = 73+194+184=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2B8 is #B63D47. Grayscale: #9C9C9C. Windows color (decimal): -11943240 or 12108361. OLE color: 12108361.

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

Color convert

RGB 73 194 184 -
CMYK 0.62 0 0.05 0.24
HSL 175.04º 0.5% 0.52% -
HSV(B) 175.04º 0.62% 0.76% -
XYZ 30.69 43.46 52.12 -
YUV 156.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 73 194 184 0.62 0 0.05 0.24 175.04 0.5 0.52
Hex 49 C2 B8 3E 0 5 18 AF 32 34
Octal 111 302 270 76 0 5 30 257 62 64
Binary 1001001 11000010 10111000 111110 0 101 11000 10101111 110010 110100

Color Harmonies of #49C2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C2B8

Black with #49C2B8

Text Example


Text Example

White with #49C2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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