#4DD0CA

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

Shades of Medium Turquoise #4DD0CA

Tints of Medium Turquoise #4DD0CA

Color information

#4DD0CA (or 0x4DD0CA) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D0 and CA. RGB value is (77,208,202). Sum of RGB (Red+Green+Blue) = 77+208+202=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0CA is #B22F35. Grayscale: #A8A8A8. Windows color (decimal): -11677494 or 13291597. OLE color: 13291597.

HSL color Cylindrical-coordinate representation of color #4DD0CA: hue angle of 177.25º 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 #4DD0CA is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB77208202-
CMYK0.6300.030.18
HSL177.25º58.22%55.88%-
HSV(B)177.25º62.98%81.57%-
XYZ36.2850.9563.8-
YUV168.15147.162.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.81%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=15.81%
G=42.71%
B=41.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772082020.6300.030.18177.2558.2255.88
Hex4DD0CA3F0312b13a38
Octal1153203127703222617270
Binary100110111010000110010101111110111001010110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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