Html Css Color HEX #49DBB6 Medium Turquoise

📋 copy color: '#49DBB6'

red 73 ◦ green 219 ◦ blue 182

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

Shades of Medium Turquoise #49DBB6

Tints of Medium Turquoise #49DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 15.4%
G = 46.2%
B = 38.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#49DBB6 (or 0x49DBB6) is known color: Medium Turquoise. HEX triplet: 49, DB and B6. RGB value is (73,219,182). Sum of RGB (Red+Green+Blue) = 73+219+182=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB6 is #B62449. Grayscale: #ABABAB. Windows color (decimal): -11936842 or 11983689. OLE color: 11983689.

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

Color convert

RGB 73 219 182 -
CMYK 0.67 0 0.17 0.14
HSL 164.79º 0.67% 0.57% -
HSV(B) 164.79º 0.67% 0.86% -
XYZ 36.52 55.46 53.04 -
YUV 171.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 73 219 182 0.67 0 0.17 0.14 164.79 0.67 0.57
Hex 49 DB B6 43 0 11 E A5 43 39
Octal 111 333 266 103 0 21 16 245 103 71
Binary 1001001 11011011 10110110 1000011 0 10001 1110 10100101 1000011 111001

Color Harmonies of #49DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBB6

Black with #49DBB6

Text Example


Text Example

White with #49DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,219,182); }

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

background-color css

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

 a { background-color: rgb(73,219,182); }

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

border-color css

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

 span { border-color: rgb(73,219,182); }

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