#49CCD9

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

Shades of Medium Turquoise #49CCD9

Tints of Medium Turquoise #49CCD9

Color information

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

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

Color convert

RGB73204217-
CMYK0.660.0600.15
HSL185.42º65.45%56.86%-
HSV(B)185.42º66.36%85.1%-
XYZ36.8649.6173.28-
YUV166.31156.661.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732042170.660.0600.15185.4265.4556.86
Hex49CCD94260Fb94139
Octal111314331102601727110171
Binary10010011100110011011001100001011001111101110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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