#4DC9D5

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

Shades of Medium Turquoise #4DC9D5

Tints of Medium Turquoise #4DC9D5

Color information

#4DC9D5 (or 0x4DC9D5) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C9 and D5. RGB value is (77,201,213). Sum of RGB (Red+Green+Blue) = 77+201+213=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #4DC9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC9D5 is #B2362A. Grayscale: #A5A5A5. Windows color (decimal): -11679275 or 14010701. OLE color: 14010701.

HSL color Cylindrical-coordinate representation of color #4DC9D5: hue angle of 185.29º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DC9D5 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77201213-
CMYK0.640.0600.16
HSL185.29º61.82%56.86%-
HSV(B)185.29º63.85%83.53%-
XYZ35.9648.1670.35-
YUV165.29154.9265.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.68%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=15.68%
G=40.94%
B=43.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal772012130.640.0600.16185.2961.8256.86
Hex4DC9D5406010b93e39
Octal11531132510060202717671
Binary10011011100100111010101100000011001000010111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,201,213); }

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

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

 a { background-color: rgb(77,201,213); }

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

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

 span { border-color: rgb(77,201,213); }

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