Html Css Color HEX #49DBB7 Medium Turquoise

📋 copy color: '#49DBB7'

red 73 ◦ green 219 ◦ blue 183

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

Shades of Medium Turquoise #49DBB7

Tints of Medium Turquoise #49DBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 15.37%
G = 46.11%
B = 38.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#49DBB7 (or 0x49DBB7) is known color: Medium Turquoise. HEX triplet: 49, DB and B7. RGB value is (73,219,183). Sum of RGB (Red+Green+Blue) = 73+219+183=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB7 is #B62448. Grayscale: #ABABAB. Windows color (decimal): -11936841 or 12049225. OLE color: 12049225.

HSL color Cylindrical-coordinate representation of color #49DBB7: hue angle of 165.21º 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 #49DBB7 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 183 -
CMYK 0.67 0 0.16 0.14
HSL 165.21º 0.67% 0.57% -
HSV(B) 165.21º 0.67% 0.86% -
XYZ 36.63 55.5 53.58 -
YUV 171.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 73 219 183 0.67 0 0.16 0.14 165.21 0.67 0.57
Hex 49 DB B7 43 0 10 E A5 43 39
Octal 111 333 267 103 0 20 16 245 103 71
Binary 1001001 11011011 10110111 1000011 0 10000 1110 10100101 1000011 111001

Color Harmonies of #49DBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBB7

Black with #49DBB7

Text Example


Text Example

White with #49DBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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