#4DCCBC

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

Shades of Medium Turquoise #4DCCBC

Tints of Medium Turquoise #4DCCBC

Color information

#4DCCBC (or 0x4DCCBC) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CC and BC. RGB value is (77,204,188). Sum of RGB (Red+Green+Blue) = 77+204+188=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCBC is #B23343. Grayscale: #A4A4A4. Windows color (decimal): -11678532 or 12373069. OLE color: 12373069.

HSL color Cylindrical-coordinate representation of color #4DCCBC: hue angle of 172.44º 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 #4DCCBC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB77204188-
CMYK0.6200.080.2
HSL172.44º55.46%55.1%-
HSV(B)172.44º62.25%80%-
XYZ33.7348.3955.14-
YUV164.2141.4265.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.42%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=16.42%
G=43.50%
B=40.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal772041880.6200.080.2172.4455.4655.1
Hex4DCCBC3E0814ac3737
Octal11531427476010242546767
Binary10011011100110010111100111110010001010010101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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