#4DC3B7

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

Shades of Medium Turquoise #4DC3B7

Tints of Medium Turquoise #4DC3B7

Color information

#4DC3B7 (or 0x4DC3B7) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C3 and B7. RGB value is (77,195,183). Sum of RGB (Red+Green+Blue) = 77+195+183=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC3B7 is #B23C48. Grayscale: #9E9E9E. Windows color (decimal): -11680841 or 12043085. OLE color: 12043085.

HSL color Cylindrical-coordinate representation of color #4DC3B7: hue angle of 173.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC3B7 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB77195183-
CMYK0.6100.060.24
HSL173.9º49.58%53.33%-
HSV(B)173.9º60.51%76.47%-
XYZ31.1244.0351.66-
YUV158.35141.9169.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=16.92%
G=42.86%
B=40.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771951830.6100.060.24173.949.5853.33
Hex4DC3B73D0618ae3235
Octal1153032677506302566265
Binary1001101110000111011011111110101101100010101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DC3B7; }

 p { color: rgb(77,195,183); }

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

<style>
 a { background-color: #4DC3B7; }

 a { background-color: rgb(77,195,183); }

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

<style>
 span { border-color: #4DC3B7; }

 span { border-color: rgb(77,195,183); }

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