#49D1BA

Color #49D1BA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #49D1BA

Tints of Medium Turquoise #49D1BA

Color information

#49D1BA (or 0x49D1BA) is unknown color: approx Medium Turquoise. HEX triplet: 49, D1 and BA. RGB value is (73,209,186). Sum of RGB (Red+Green+Blue) = 73+209+186=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1BA is #B62E45. Grayscale: #A5A5A5. Windows color (decimal): -11939398 or 12243273. OLE color: 12243273.

HSL color Cylindrical-coordinate representation of color #49D1BA: hue angle of 169.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D1BA is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB73209186-
CMYK0.6500.110.18
HSL169.85º59.65%55.29%-
HSV(B)169.85º65.07%81.96%-
XYZ34.4150.5654.4-
YUV165.71139.4461.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.60%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=15.60%
G=44.66%
B=39.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732091860.6500.110.18169.8559.6555.29
Hex49D1BA410B12aa3c37
Octal111321272101013222527467
Binary100100111010001101110101000001010111001010101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49D1BA;
 }
 .AnyTagClassName
 {
   color: #49D1BA;
 }
</style>
background-color css

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

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

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

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

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

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