#4DCACB

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

Shades of Medium Turquoise #4DCACB

Tints of Medium Turquoise #4DCACB

Color information

#4DCACB (or 0x4DCACB) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CA and CB. RGB value is (77,202,203). Sum of RGB (Red+Green+Blue) = 77+202+203=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACB is #B23534. Grayscale: #A4A4A4. Windows color (decimal): -11679029 or 13355597. OLE color: 13355597.

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

Color convert

RGB77202203-
CMYK0.620.0000.20
HSL180.48º54.78%54.9%-
HSV(B)180.48º62.07%79.61%-
XYZ34.9648.1363.95-
YUV164.74149.5965.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.98%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=15.98%
G=41.91%
B=42.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772022030.620.0000.20180.4854.7854.9
Hex4DCACB3E0014b43737
Octal1153123137600242646767
Binary10011011100101011001011111110001010010110100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,202,203); }

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

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

 a { background-color: rgb(77,202,203); }

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

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

 span { border-color: rgb(77,202,203); }

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