#49DBC2

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

Shades of Medium Turquoise #49DBC2

Tints of Medium Turquoise #49DBC2

Color information

#49DBC2 (or 0x49DBC2) is unknown color: approx Medium Turquoise. HEX triplet: 49, DB and C2. RGB value is (73,219,194). Sum of RGB (Red+Green+Blue) = 73+219+194=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBC2 is #B6243D. Grayscale: #ACACAC. Windows color (decimal): -11936830 or 12770121. OLE color: 12770121.

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

Color convert

RGB73219194-
CMYK0.6700.110.14
HSL169.73º66.97%57.25%-
HSV(B)169.73º66.67%85.88%-
XYZ37.8255.9759.85-
YUV172.5140.1357.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.02%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=15.02%
G=45.06%
B=39.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191940.6700.110.14169.7366.9757.25
Hex49DBC2430BEaa4339
Octal1113333021030131625210371
Binary100100111011011110000101000011010111110101010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,194); }

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

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

 a { background-color: rgb(73,219,194); }

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

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

 span { border-color: rgb(73,219,194); }

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