Html Css Color HEX #49DACB Medium Turquoise

📋 copy color: '#49DACB'

red 73 ◦ green 218 ◦ blue 203

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

Shades of Medium Turquoise #49DACB

Tints of Medium Turquoise #49DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 14.78%
G = 44.13%
B = 41.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#49DACB (or 0x49DACB) is known color: Medium Turquoise. HEX triplet: 49, DA and CB. RGB value is (73,218,203). Sum of RGB (Red+Green+Blue) = 73+218+203=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #49DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DACB is #B62534. Grayscale: #ACACAC. Windows color (decimal): -11937077 or 13359689. OLE color: 13359689.

HSL color Cylindrical-coordinate representation of color #49DACB: hue angle of 173.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DACB is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 203 -
CMYK 0.67 0 0.07 0.15
HSL 173.79º 0.66% 0.57% -
HSV(B) 173.79º 0.67% 0.85% -
XYZ 38.6 55.87 65.25 -
YUV 172.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 73 218 203 0.67 0 0.07 0.15 173.79 0.66 0.57
Hex 49 DA CB 43 0 7 F AE 42 39
Octal 111 332 313 103 0 7 17 256 102 71
Binary 1001001 11011010 11001011 1000011 0 111 1111 10101110 1000010 111001

Color Harmonies of #49DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DACB

Black with #49DACB

Text Example


Text Example

White with #49DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,203); }

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

background-color css

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

 a { background-color: rgb(73,218,203); }

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

border-color css

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

 span { border-color: rgb(73,218,203); }

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