#49CDC1

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

Shades of Medium Turquoise #49CDC1

Tints of Medium Turquoise #49CDC1

Color information

#49CDC1 (or 0x49CDC1) is unknown color: approx Medium Turquoise. HEX triplet: 49, CD and C1. RGB value is (73,205,193). Sum of RGB (Red+Green+Blue) = 73+205+193=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDC1 is #B6323E. Grayscale: #A4A4A4. Windows color (decimal): -11940415 or 12701001. OLE color: 12701001.

HSL color Cylindrical-coordinate representation of color #49CDC1: hue angle of 174.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDC1 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB73205193-
CMYK0.6400.060.20
HSL174.55º56.9%54.51%-
HSV(B)174.55º64.39%80.39%-
XYZ34.248.9358.09-
YUV164.16144.2762.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=15.50%
G=43.52%
B=40.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051930.6400.060.20174.5556.954.51
Hex49CDC1400614af3937
Octal11131530110006242577167
Binary10010011100110111000001100000001101010010101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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