#4DC7BF

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

Shades of Medium Turquoise #4DC7BF

Tints of Medium Turquoise #4DC7BF

Color information

#4DC7BF (or 0x4DC7BF) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C7 and BF. RGB value is (77,199,191). Sum of RGB (Red+Green+Blue) = 77+199+191=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7BF is #B23840. Grayscale: #A1A1A1. Windows color (decimal): -11679809 or 12568397. OLE color: 12568397.

HSL color Cylindrical-coordinate representation of color #4DC7BF: hue angle of 176.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC7BF is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB77199191-
CMYK0.6100.040.22
HSL176.07º52.14%54.12%-
HSV(B)176.07º61.31%78.04%-
XYZ32.8946.1956.47-
YUV161.61144.5867.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.49%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 191 (75% from 255) = 40.90%
R=16.49%
G=42.61%
B=40.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal771991910.6100.040.22176.0752.1454.12
Hex4DC7BF3D0416b03436
Octal1153072777504262606466
Binary1001101110001111011111111110101001011010110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,199,191); }

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

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

 a { background-color: rgb(77,199,191); }

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

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

 span { border-color: rgb(77,199,191); }

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