#49CDDC

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

Shades of Medium Turquoise #49CDDC

Tints of Medium Turquoise #49CDDC

Color information

#49CDDC (or 0x49CDDC) is unknown color: approx Medium Turquoise. HEX triplet: 49, CD and DC. RGB value is (73,205,220). Sum of RGB (Red+Green+Blue) = 73+205+220=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #49CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDDC is #B63223. Grayscale: #A7A7A7. Windows color (decimal): -11940388 or 14470473. OLE color: 14470473.

HSL color Cylindrical-coordinate representation of color #49CDDC: hue angle of 186.12º degrees, saturation: 0.68, 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 #49CDDC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73205220-
CMYK0.670.0700.14
HSL186.12º67.74%57.45%-
HSV(B)186.12º66.82%86.27%-
XYZ37.550.2575.43-
YUV167.24157.7760.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.66%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=14.66%
G=41.16%
B=44.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732052200.670.0700.14186.1267.7457.45
Hex49CDDC4370Eba4439
Octal111315334103701627210471
Binary10010011100110111011100100001111101110101110101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,220); }

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

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

 a { background-color: rgb(73,205,220); }

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

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

 span { border-color: rgb(73,205,220); }

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