#49DABB

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

Shades of Medium Turquoise #49DABB

Tints of Medium Turquoise #49DABB

Color information

#49DABB (or 0x49DABB) is unknown color: approx Medium Turquoise. HEX triplet: 49, DA and BB. RGB value is (73,218,187). Sum of RGB (Red+Green+Blue) = 73+218+187=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #49DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DABB is #B62544. Grayscale: #ABABAB. Windows color (decimal): -11937093 or 12311113. OLE color: 12311113.

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

Color convert

RGB73218187-
CMYK0.6700.140.15
HSL167.17º66.21%57.06%-
HSV(B)167.17º66.51%85.49%-
XYZ36.7955.1555.72-
YUV171.11136.9658.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.27%
GREEN value IS 218 (85.55% from 255) = 45.61%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=15.27%
G=45.61%
B=39.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732181870.6700.140.15167.1766.2157.06
Hex49DABB430EFa74239
Octal1113322731030161724710271
Binary100100111011010101110111000011011101111101001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,218,187); }

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

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

 a { background-color: rgb(73,218,187); }

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

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

 span { border-color: rgb(73,218,187); }

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