#4DF2B7

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

Shades of Turquoise #4DF2B7

Tints of Turquoise #4DF2B7

Color information

#4DF2B7 (or 0x4DF2B7) is unknown color: approx Turquoise. HEX triplet: 4D, F2 and B7. RGB value is (77,242,183). Sum of RGB (Red+Green+Blue) = 77+242+183=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2B7 is #B20D48. Grayscale: #BABABA. Windows color (decimal): -11668809 or 12055117. OLE color: 12055117.

HSL color Cylindrical-coordinate representation of color #4DF2B7: hue angle of 158.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2B7 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB77242183-
CMYK0.6800.240.05
HSL158.55º86.39%62.55%-
HSV(B)158.55º68.18%94.9%-
XYZ43.3668.555.74-
YUV185.94126.3450.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.34%
GREEN value IS 242 (94.92% from 255) = 48.21%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=15.34%
G=48.21%
B=36.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772421830.6800.240.05158.5586.3962.55
Hex4DF2B74401859f563f
Octal115362267104030523712677
Binary100110111110010101101111000100011000101100111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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