Html Css Color HEX #49DBB5 Medium Turquoise

📋 copy color: '#49DBB5'

red 73 ◦ green 219 ◦ blue 181

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

Shades of Medium Turquoise #49DBB5

Tints of Medium Turquoise #49DBB5

RGB

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

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

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

R = 15.43%
G = 46.3%
B = 38.27%

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

#49DBB5 (or 0x49DBB5) is known color: Medium Turquoise. HEX triplet: 49, DB and B5. RGB value is (73,219,181). Sum of RGB (Red+Green+Blue) = 73+219+181=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB5 is #B6244A. Grayscale: #ABABAB. Windows color (decimal): -11936843 or 11918153. OLE color: 11918153.

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

Color convert

RGB 73 219 181 -
CMYK 0.67 0 0.17 0.14
HSL 164.38º 0.67% 0.57% -
HSV(B) 164.38º 0.67% 0.86% -
XYZ 36.42 55.42 52.49 -
YUV 171.01 133.63 58.09 -
System Red Green Blue C M Y K H S L
Decimal 73 219 181 0.67 0 0.17 0.14 164.38 0.67 0.57
Hex 49 DB B5 43 0 11 E A4 43 39
Octal 111 333 265 103 0 21 16 244 103 71
Binary 1001001 11011011 10110101 1000011 0 10001 1110 10100100 1000011 111001

Color Harmonies of #49DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBB5

Black with #49DBB5

Text Example


Text Example

White with #49DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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