#4DCCC0

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

Shades of Medium Turquoise #4DCCC0

Tints of Medium Turquoise #4DCCC0

Color information

#4DCCC0 (or 0x4DCCC0) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CC and C0. RGB value is (77,204,192). Sum of RGB (Red+Green+Blue) = 77+204+192=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC0 is #B2333F. Grayscale: #A4A4A4. Windows color (decimal): -11678528 or 12635213. OLE color: 12635213.

HSL color Cylindrical-coordinate representation of color #4DCCC0: hue angle of 174.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB77204192-
CMYK0.6200.060.2
HSL174.33º55.46%55.1%-
HSV(B)174.33º62.25%80%-
XYZ34.1748.5757.44-
YUV164.66143.4265.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.28%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=16.28%
G=43.13%
B=40.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal772041920.6200.060.2174.3355.4655.1
Hex4DCCC03E0614ae3737
Octal1153143007606242566767
Binary1001101110011001100000011111001101010010101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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