Html Css Color HEX #49D7B7 Medium Turquoise

📋 copy color: '#49D7B7'

red 73 ◦ green 215 ◦ blue 183

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

Shades of Medium Turquoise #49D7B7

Tints of Medium Turquoise #49D7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 15.5%
G = 45.65%
B = 38.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#49D7B7 (or 0x49D7B7) is known color: Medium Turquoise. HEX triplet: 49, D7 and B7. RGB value is (73,215,183). Sum of RGB (Red+Green+Blue) = 73+215+183=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #49D7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D7B7 is #B62848. Grayscale: #A8A8A8. Windows color (decimal): -11937865 or 12048201. OLE color: 12048201.

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

Color convert

RGB 73 215 183 -
CMYK 0.66 0 0.15 0.16
HSL 166.48º 0.64% 0.56% -
HSV(B) 166.48º 0.66% 0.84% -
XYZ 35.6 53.44 53.24 -
YUV 168.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 73 215 183 0.66 0 0.15 0.16 166.48 0.64 0.56
Hex 49 D7 B7 42 0 F 10 A6 40 38
Octal 111 327 267 102 0 17 20 246 100 70
Binary 1001001 11010111 10110111 1000010 0 1111 10000 10100110 1000000 111000

Color Harmonies of #49D7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D7B7

Black with #49D7B7

Text Example


Text Example

White with #49D7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,183); }

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

background-color css

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

 a { background-color: rgb(73,215,183); }

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

border-color css

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

 span { border-color: rgb(73,215,183); }

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