#4DD9CC

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

Shades of Medium Turquoise #4DD9CC

Tints of Medium Turquoise #4DD9CC

Color information

#4DD9CC (or 0x4DD9CC) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D9 and CC. RGB value is (77,217,204). Sum of RGB (Red+Green+Blue) = 77+217+204=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD9CC is #B22633. Grayscale: #ADADAD. Windows color (decimal): -11675188 or 13424973. OLE color: 13424973.

HSL color Cylindrical-coordinate representation of color #4DD9CC: hue angle of 174.43º degrees, saturation: 0.65, 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 #4DD9CC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB77217204-
CMYK0.6500.060.15
HSL174.43º64.81%57.65%-
HSV(B)174.43º64.52%85.1%-
XYZ38.7755.5665.81-
YUV173.66145.1259.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.46%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=15.46%
G=43.57%
B=40.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772172040.6500.060.15174.4364.8157.65
Hex4DD9CC4106Fae413a
Octal115331314101061725610172
Binary10011011101100111001100100000101101111101011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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