#4DC6BE

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

Shades of Medium Turquoise #4DC6BE

Tints of Medium Turquoise #4DC6BE

Color information

#4DC6BE (or 0x4DC6BE) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C6 and BE. RGB value is (77,198,190). Sum of RGB (Red+Green+Blue) = 77+198+190=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC6BE is #B23941. Grayscale: #A0A0A0. Windows color (decimal): -11680066 or 12502605. OLE color: 12502605.

HSL color Cylindrical-coordinate representation of color #4DC6BE: hue angle of 176.03º degrees, saturation: 0.51, 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 #4DC6BE is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB77198190-
CMYK0.6100.040.22
HSL176.03º51.49%53.92%-
HSV(B)176.03º61.11%77.65%-
XYZ32.5545.6855.82-
YUV160.91144.4168.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.56%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=16.56%
G=42.58%
B=40.86%

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
Decimal771981900.6100.040.22176.0351.4953.92
Hex4DC6BE3D0416b03336
Octal1153062767504262606366
Binary1001101110001101011111011110101001011010110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,198,190); }

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

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

 a { background-color: rgb(77,198,190); }

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

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

 span { border-color: rgb(77,198,190); }

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