#49CCD1

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

Shades of Medium Turquoise #49CCD1

Tints of Medium Turquoise #49CCD1

Color information

#49CCD1 (or 0x49CCD1) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and D1. RGB value is (73,204,209). Sum of RGB (Red+Green+Blue) = 73+204+209=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #49CCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCD1 is #B6332E. Grayscale: #A5A5A5. Windows color (decimal): -11940655 or 13749321. OLE color: 13749321.

HSL color Cylindrical-coordinate representation of color #49CCD1: hue angle of 182.21º 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 #49CCD1 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73204209-
CMYK0.650.0200.18
HSL182.21º59.65%55.29%-
HSV(B)182.21º65.07%81.96%-
XYZ35.8549.2167.93-
YUV165.4152.662.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.02%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=15.02%
G=41.98%
B=43.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732042090.650.0200.18182.2159.6555.29
Hex49CCD1412012b63c37
Octal11131432110120222667467
Binary1001001110011001101000110000011001001010110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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