#49CAD5

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

Shades of Medium Turquoise #49CAD5

Tints of Medium Turquoise #49CAD5

Color information

#49CAD5 (or 0x49CAD5) is unknown color: approx Medium Turquoise. HEX triplet: 49, CA and D5. RGB value is (73,202,213). Sum of RGB (Red+Green+Blue) = 73+202+213=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #49CAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAD5 is #B6352A. Grayscale: #A4A4A4. Windows color (decimal): -11941163 or 14010953. OLE color: 14010953.

HSL color Cylindrical-coordinate representation of color #49CAD5: hue angle of 184.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49CAD5 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73202213-
CMYK0.660.0500.16
HSL184.71º62.5%56.08%-
HSV(B)184.71º65.73%83.53%-
XYZ35.8848.4670.41-
YUV164.68155.2662.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.96%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=14.96%
G=41.39%
B=43.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732022130.660.0500.16184.7162.556.08
Hex49CAD5425010b93e38
Octal11131232510250202717670
Binary10010011100101011010101100001010101000010111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,213); }

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

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

 a { background-color: rgb(73,202,213); }

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

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

 span { border-color: rgb(73,202,213); }

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