#4DCDDB

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

Shades of Medium Turquoise #4DCDDB

Tints of Medium Turquoise #4DCDDB

Color information

#4DCDDB (or 0x4DCDDB) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CD and DB. RGB value is (77,205,219). Sum of RGB (Red+Green+Blue) = 77+205+219=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDDB is #B23224. Grayscale: #A8A8A8. Windows color (decimal): -11678245 or 14404941. OLE color: 14404941.

HSL color Cylindrical-coordinate representation of color #4DCDDB: hue angle of 185.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCDDB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB77205219-
CMYK0.650.0600.14
HSL185.92º66.36%58.04%-
HSV(B)185.92º64.84%85.88%-
XYZ37.6850.3574.75-
YUV168.32156.5962.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.37%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=15.37%
G=40.92%
B=43.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal772052190.650.0600.14185.9266.3658.04
Hex4DCDDB4160Eba423a
Octal115315333101601627210272
Binary10011011100110111011011100000111001110101110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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