#49D9CC

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

Shades of Medium Turquoise #49D9CC

Tints of Medium Turquoise #49D9CC

Color information

#49D9CC (or 0x49D9CC) is unknown color: approx Medium Turquoise. HEX triplet: 49, D9 and CC. RGB value is (73,217,204). Sum of RGB (Red+Green+Blue) = 73+217+204=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #49D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D9CC is #B62633. Grayscale: #ACACAC. Windows color (decimal): -11937332 or 13424969. OLE color: 13424969.

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

Color convert

RGB73217204-
CMYK0.6600.060.15
HSL174.58º65.45%56.86%-
HSV(B)174.58º66.36%85.1%-
XYZ38.4655.465.79-
YUV172.46145.7957.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.78%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=14.78%
G=43.93%
B=41.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732172040.6600.060.15174.5865.4556.86
Hex49D9CC4206Faf4139
Octal111331314102061725710171
Binary10010011101100111001100100001001101111101011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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