Html Css Color HEX #49D6C1 Medium Turquoise

📋 copy color: '#49D6C1'

red 73 ◦ green 214 ◦ blue 193

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

Shades of Medium Turquoise #49D6C1

Tints of Medium Turquoise #49D6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

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

R = 15.21%
G = 44.58%
B = 40.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#49D6C1 (or 0x49D6C1) is known color: Medium Turquoise. HEX triplet: 49, D6 and C1. RGB value is (73,214,193). Sum of RGB (Red+Green+Blue) = 73+214+193=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6C1 is #B6293E. Grayscale: #A9A9A9. Windows color (decimal): -11938111 or 12703305. OLE color: 12703305.

HSL color Cylindrical-coordinate representation of color #49D6C1: hue angle of 171.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D6C1 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 193 -
CMYK 0.66 0 0.10 0.16
HSL 171.06º 0.63% 0.56% -
HSV(B) 171.06º 0.66% 0.84% -
XYZ 36.42 53.36 58.83 -
YUV 169.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 73 214 193 0.66 0 0.10 0.16 171.06 0.63 0.56
Hex 49 D6 C1 42 0 A 10 AB 3F 38
Octal 111 326 301 102 0 12 20 253 77 70
Binary 1001001 11010110 11000001 1000010 0 1010 10000 10101011 111111 111000

Color Harmonies of #49D6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D6C1

Black with #49D6C1

Text Example


Text Example

White with #49D6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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