Html Css Color HEX #49DBB3 Medium Turquoise

📋 copy color: '#49DBB3'

red 73 ◦ green 219 ◦ blue 179

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

Shades of Medium Turquoise #49DBB3

Tints of Medium Turquoise #49DBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 15.5%
G = 46.5%
B = 38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#49DBB3 (or 0x49DBB3) is known color: Medium Turquoise. HEX triplet: 49, DB and B3. RGB value is (73,219,179). Sum of RGB (Red+Green+Blue) = 73+219+179=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB3 is #B6244C. Grayscale: #AAAAAA. Windows color (decimal): -11936845 or 11787081. OLE color: 11787081.

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

Color convert

RGB 73 219 179 -
CMYK 0.67 0 0.18 0.14
HSL 163.56º 0.67% 0.57% -
HSV(B) 163.56º 0.67% 0.86% -
XYZ 36.22 55.33 51.42 -
YUV 170.79 132.63 58.25 -
System Red Green Blue C M Y K H S L
Decimal 73 219 179 0.67 0 0.18 0.14 163.56 0.67 0.57
Hex 49 DB B3 43 0 12 E A4 43 39
Octal 111 333 263 103 0 22 16 244 103 71
Binary 1001001 11011011 10110011 1000011 0 10010 1110 10100100 1000011 111001

Color Harmonies of #49DBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBB3

Black with #49DBB3

Text Example


Text Example

White with #49DBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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