#4DE5BD

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

Shades of Turquoise #4DE5BD

Tints of Turquoise #4DE5BD

Color information

#4DE5BD (or 0x4DE5BD) is unknown color: approx Turquoise. HEX triplet: 4D, E5 and BD. RGB value is (77,229,189). Sum of RGB (Red+Green+Blue) = 77+229+189=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE5BD is #B21A42. Grayscale: #B2B2B2. Windows color (decimal): -11672131 or 12445005. OLE color: 12445005.

HSL color Cylindrical-coordinate representation of color #4DE5BD: hue angle of 164.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE5BD is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB77229189-
CMYK0.6600.170.10
HSL164.21º74.51%60%-
HSV(B)164.21º66.38%89.8%-
XYZ40.2761.2957.85-
YUV178.99133.6455.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.56%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=15.56%
G=46.26%
B=38.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal772291890.6600.170.10164.2174.5160
Hex4DE5BD42011Aa44b3c
Octal1153452751020211224411374
Binary1001101111001011011110110000100100011010101001001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,229,189); }

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

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

 a { background-color: rgb(77,229,189); }

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

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

 span { border-color: rgb(77,229,189); }

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