Html Css Color HEX #49D5C3 Medium Turquoise

📋 copy color: '#49D5C3'

red 73 ◦ green 213 ◦ blue 195

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

Shades of Medium Turquoise #49D5C3

Tints of Medium Turquoise #49D5C3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 15.18%
G = 44.28%
B = 40.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#49D5C3 (or 0x49D5C3) is known color: Medium Turquoise. HEX triplet: 49, D5 and C3. RGB value is (73,213,195). Sum of RGB (Red+Green+Blue) = 73+213+195=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5C3 is #B62A3C. Grayscale: #A9A9A9. Windows color (decimal): -11938365 or 12834121. OLE color: 12834121.

HSL color Cylindrical-coordinate representation of color #49D5C3: hue angle of 172.29º degrees, saturation: 0.62, 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 #49D5C3 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 195 -
CMYK 0.66 0 0.08 0.16
HSL 172.29º 0.63% 0.56% -
HSV(B) 172.29º 0.66% 0.84% -
XYZ 36.39 52.95 59.93 -
YUV 169.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 73 213 195 0.66 0 0.08 0.16 172.29 0.63 0.56
Hex 49 D5 C3 42 0 8 10 AC 3E 38
Octal 111 325 303 102 0 10 20 254 76 70
Binary 1001001 11010101 11000011 1000010 0 1000 10000 10101100 111110 111000

Color Harmonies of #49D5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D5C3

Black with #49D5C3

Text Example


Text Example

White with #49D5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,195); }

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

background-color css

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

 a { background-color: rgb(73,213,195); }

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

border-color css

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

 span { border-color: rgb(73,213,195); }

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