#4DCCDA

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

Shades of Medium Turquoise #4DCCDA

Tints of Medium Turquoise #4DCCDA

Color information

#4DCCDA (or 0x4DCCDA) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CC and DA. RGB value is (77,204,218). Sum of RGB (Red+Green+Blue) = 77+204+218=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDA is #B23325. Grayscale: #A7A7A7. Windows color (decimal): -11678502 or 14339149. OLE color: 14339149.

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

Color convert

RGB77204218-
CMYK0.650.0600.15
HSL185.96º65.58%57.84%-
HSV(B)185.96º64.68%85.49%-
XYZ37.3149.8373.98-
YUV167.62156.4263.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.43%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=15.43%
G=40.88%
B=43.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772042180.650.0600.15185.9665.5857.84
Hex4DCCDA4160Fba423a
Octal115314332101601727210272
Binary10011011100110011011010100000111001111101110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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