#4DC0C1

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

Shades of Medium Turquoise #4DC0C1

Tints of Medium Turquoise #4DC0C1

Color information

#4DC0C1 (or 0x4DC0C1) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C0 and C1. RGB value is (77,192,193). Sum of RGB (Red+Green+Blue) = 77+192+193=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DC0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0C1 is #B23F3E. Grayscale: #9D9D9D. Windows color (decimal): -11681599 or 12697677. OLE color: 12697677.

HSL color Cylindrical-coordinate representation of color #4DC0C1: hue angle of 180.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC0C1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77192193-
CMYK0.600.0100.24
HSL180.52º48.33%52.94%-
HSV(B)180.52º60.1%75.69%-
XYZ31.5443.1357.11-
YUV157.73147.970.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.67%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=16.67%
G=41.56%
B=41.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771921930.600.0100.24180.5248.3352.94
Hex4DC0C13C1018b53035
Octal1153003017410302656065
Binary10011011100000011000001111100101100010110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,192,193); }

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

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

 a { background-color: rgb(77,192,193); }

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

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

 span { border-color: rgb(77,192,193); }

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