#4DCDB8

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

Shades of Medium Turquoise #4DCDB8

Tints of Medium Turquoise #4DCDB8

Color information

#4DCDB8 (or 0x4DCDB8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CD and B8. RGB value is (77,205,184). Sum of RGB (Red+Green+Blue) = 77+205+184=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDB8 is #B23247. Grayscale: #A4A4A4. Windows color (decimal): -11678280 or 12111181. OLE color: 12111181.

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

Color convert

RGB77205184-
CMYK0.6200.100.20
HSL170.16º56.14%55.29%-
HSV(B)170.16º62.44%80.39%-
XYZ33.5448.752.98-
YUV164.33139.0965.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.52%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=16.52%
G=43.99%
B=39.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772051840.6200.100.20170.1656.1455.29
Hex4DCDB83E0A14aa3837
Octal11531527076012242527067
Binary10011011100110110111000111110010101010010101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,205,184); }

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

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

 a { background-color: rgb(77,205,184); }

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

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

 span { border-color: rgb(77,205,184); }

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