#4DD8BA

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

Shades of Medium Turquoise #4DD8BA

Tints of Medium Turquoise #4DD8BA

Color information

#4DD8BA (or 0x4DD8BA) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D8 and BA. RGB value is (77,216,186). Sum of RGB (Red+Green+Blue) = 77+216+186=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD8BA is #B22745. Grayscale: #ABABAB. Windows color (decimal): -11675462 or 12245069. OLE color: 12245069.

HSL color Cylindrical-coordinate representation of color #4DD8BA: hue angle of 167.05º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD8BA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB77216186-
CMYK0.6400.140.15
HSL167.05º64.06%57.45%-
HSV(B)167.05º64.35%84.71%-
XYZ36.4854.2355-
YUV171.02136.4560.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.08%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=16.08%
G=45.09%
B=38.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772161860.6400.140.15167.0564.0657.45
Hex4DD8BA400EFa74039
Octal1153302721000161724710071
Binary100110111011000101110101000000011101111101001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,216,186); }

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

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

 a { background-color: rgb(77,216,186); }

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

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

 span { border-color: rgb(77,216,186); }

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