#4DD0C4

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

Shades of Medium Turquoise #4DD0C4

Tints of Medium Turquoise #4DD0C4

Color information

#4DD0C4 (or 0x4DD0C4) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D0 and C4. RGB value is (77,208,196). Sum of RGB (Red+Green+Blue) = 77+208+196=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0C4 is #B22F3B. Grayscale: #A7A7A7. Windows color (decimal): -11677500 or 12898381. OLE color: 12898381.

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

Color convert

RGB77208196-
CMYK0.6300.060.18
HSL174.5º58.22%55.88%-
HSV(B)174.5º62.98%81.57%-
XYZ35.5850.6860.13-
YUV167.46144.163.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.01%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=16.01%
G=43.24%
B=40.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772081960.6300.060.18174.558.2255.88
Hex4DD0C43F0612af3a38
Octal1153203047706222577270
Binary1001101110100001100010011111101101001010101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,208,196); }

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

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

 a { background-color: rgb(77,208,196); }

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

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

 span { border-color: rgb(77,208,196); }

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