#4DE1B7

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

Shades of Turquoise #4DE1B7

Tints of Turquoise #4DE1B7

Color information

#4DE1B7 (or 0x4DE1B7) is unknown color: approx Turquoise. HEX triplet: 4D, E1 and B7. RGB value is (77,225,183). Sum of RGB (Red+Green+Blue) = 77+225+183=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE1B7 is #B21E48. Grayscale: #AFAFAF. Windows color (decimal): -11673161 or 12050765. OLE color: 12050765.

HSL color Cylindrical-coordinate representation of color #4DE1B7: hue angle of 162.97º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE1B7 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB77225183-
CMYK0.6600.190.12
HSL162.97º71.15%59.22%-
HSV(B)162.97º65.78%88.24%-
XYZ38.5358.8554.13-
YUV175.96131.9757.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.88%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=15.88%
G=46.39%
B=37.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal772251830.6600.190.12162.9771.1559.22
Hex4DE1B742013Ca3473b
Octal1153412671020231424310773
Binary1001101111000011011011110000100100111100101000111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,225,183); }

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

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

 a { background-color: rgb(77,225,183); }

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

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

 span { border-color: rgb(77,225,183); }

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