#4DF7B9

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

Shades of Turquoise #4DF7B9

Tints of Turquoise #4DF7B9

Color information

#4DF7B9 (or 0x4DF7B9) is unknown color: approx Turquoise. HEX triplet: 4D, F7 and B9. RGB value is (77,247,185). Sum of RGB (Red+Green+Blue) = 77+247+185=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF7B9 is #B20846. Grayscale: #BDBDBD. Windows color (decimal): -11667527 or 12187469. OLE color: 12187469.

HSL color Cylindrical-coordinate representation of color #4DF7B9: hue angle of 158.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7B9 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB77247185-
CMYK0.6900.250.03
HSL158.12º91.4%63.53%-
HSV(B)158.12º68.83%96.86%-
XYZ45.0871.657.34-
YUV189.1125.6848.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.13%
GREEN value IS 247 (96.88% from 255) = 48.53%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=15.13%
G=48.53%
B=36.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal772471850.6900.250.03158.1291.463.53
Hex4DF7B94501939e5b40
Octal1153672711050313236133100
Binary100110111110111101110011000101011001111001111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,247,185); }

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

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

 a { background-color: rgb(77,247,185); }

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

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

 span { border-color: rgb(77,247,185); }

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