#4DCCB8

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

Shades of Medium Turquoise #4DCCB8

Tints of Medium Turquoise #4DCCB8

Color information

#4DCCB8 (or 0x4DCCB8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CC and B8. RGB value is (77,204,184). Sum of RGB (Red+Green+Blue) = 77+204+184=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCB8 is #B23347. Grayscale: #A3A3A3. Windows color (decimal): -11678536 or 12110925. OLE color: 12110925.

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

Color convert

RGB77204184-
CMYK0.6200.100.2
HSL170.55º55.46%55.1%-
HSV(B)170.55º62.25%80%-
XYZ33.3148.2252.9-
YUV163.75139.4266.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.56%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=16.56%
G=43.87%
B=39.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal772041840.6200.100.2170.5555.4655.1
Hex4DCCB83E0A14ab3737
Octal11531427076012242536767
Binary10011011100110010111000111110010101010010101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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