Html Css Color HEX #49D9BA Medium Turquoise

📋 copy color: '#49D9BA'

red 73 ◦ green 217 ◦ blue 186

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

Shades of Medium Turquoise #49D9BA

Tints of Medium Turquoise #49D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 15.34%
G = 45.59%
B = 39.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#49D9BA (or 0x49D9BA) is known color: Medium Turquoise. HEX triplet: 49, D9 and BA. RGB value is (73,217,186). Sum of RGB (Red+Green+Blue) = 73+217+186=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #49D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D9BA is #B62645. Grayscale: #AAAAAA. Windows color (decimal): -11937350 or 12245321. OLE color: 12245321.

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

Color convert

RGB 73 217 186 -
CMYK 0.66 0 0.14 0.15
HSL 167.08º 0.65% 0.57% -
HSV(B) 167.08º 0.66% 0.85% -
XYZ 36.42 54.59 55.07 -
YUV 170.41 136.79 58.52 -
System Red Green Blue C M Y K H S L
Decimal 73 217 186 0.66 0 0.14 0.15 167.08 0.65 0.57
Hex 49 D9 BA 42 0 E F A7 41 39
Octal 111 331 272 102 0 16 17 247 101 71
Binary 1001001 11011001 10111010 1000010 0 1110 1111 10100111 1000001 111001

Color Harmonies of #49D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D9BA

Black with #49D9BA

Text Example


Text Example

White with #49D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,186); }

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

background-color css

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

 a { background-color: rgb(73,217,186); }

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

border-color css

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

 span { border-color: rgb(73,217,186); }

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