Html Css Color HEX #49DAB5 Medium Turquoise

📋 copy color: '#49DAB5'

red 73 ◦ green 218 ◦ blue 181

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

Shades of Medium Turquoise #49DAB5

Tints of Medium Turquoise #49DAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 15.47%
G = 46.19%
B = 38.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#49DAB5 (or 0x49DAB5) is known color: Medium Turquoise. HEX triplet: 49, DA and B5. RGB value is (73,218,181). Sum of RGB (Red+Green+Blue) = 73+218+181=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DAB5 is #B6254A. Grayscale: #AAAAAA. Windows color (decimal): -11937099 or 11917897. OLE color: 11917897.

HSL color Cylindrical-coordinate representation of color #49DAB5: hue angle of 164.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DAB5 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 181 -
CMYK 0.67 0 0.17 0.15
HSL 164.69º 0.66% 0.57% -
HSV(B) 164.69º 0.67% 0.85% -
XYZ 36.16 54.9 52.41 -
YUV 170.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 73 218 181 0.67 0 0.17 0.15 164.69 0.66 0.57
Hex 49 DA B5 43 0 11 F A5 42 39
Octal 111 332 265 103 0 21 17 245 102 71
Binary 1001001 11011010 10110101 1000011 0 10001 1111 10100101 1000010 111001

Color Harmonies of #49DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAB5

Black with #49DAB5

Text Example


Text Example

White with #49DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,181); }

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

background-color css

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

 a { background-color: rgb(73,218,181); }

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

border-color css

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

 span { border-color: rgb(73,218,181); }

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