Html Css Color HEX #49DBC1 Medium Turquoise

📋 copy color: '#49DBC1'

red 73 ◦ green 219 ◦ blue 193

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

Shades of Medium Turquoise #49DBC1

Tints of Medium Turquoise #49DBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 15.05%
G = 45.15%
B = 39.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#49DBC1 (or 0x49DBC1) is known color: Medium Turquoise. HEX triplet: 49, DB and C1. RGB value is (73,219,193). Sum of RGB (Red+Green+Blue) = 73+219+193=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBC1 is #B6243E. Grayscale: #ACACAC. Windows color (decimal): -11936831 or 12704585. OLE color: 12704585.

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

Color convert

RGB 73 219 193 -
CMYK 0.67 0 0.12 0.14
HSL 169.32º 0.67% 0.57% -
HSV(B) 169.32º 0.67% 0.86% -
XYZ 37.7 55.93 59.26 -
YUV 172.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 73 219 193 0.67 0 0.12 0.14 169.32 0.67 0.57
Hex 49 DB C1 43 0 C E A9 43 39
Octal 111 333 301 103 0 14 16 251 103 71
Binary 1001001 11011011 11000001 1000011 0 1100 1110 10101001 1000011 111001

Color Harmonies of #49DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBC1

Black with #49DBC1

Text Example


Text Example

White with #49DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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