#4DCFB8

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

Shades of Medium Turquoise #4DCFB8

Tints of Medium Turquoise #4DCFB8

Color information

#4DCFB8 (or 0x4DCFB8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CF and B8. RGB value is (77,207,184). Sum of RGB (Red+Green+Blue) = 77+207+184=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFB8 is #B23047. Grayscale: #A5A5A5. Windows color (decimal): -11677768 or 12111693. OLE color: 12111693.

HSL color Cylindrical-coordinate representation of color #4DCFB8: hue angle of 169.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFB8 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB77207184-
CMYK0.6300.110.19
HSL169.38º57.52%55.69%-
HSV(B)169.38º62.8%81.18%-
XYZ34.0349.6653.14-
YUV165.51138.4364.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.45%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=16.45%
G=44.23%
B=39.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal772071840.6300.110.19169.3857.5255.69
Hex4DCFB83F0B13a93a38
Octal11531727077013232517270
Binary10011011100111110111000111111010111001110101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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