#4DF5EB

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

Shades of Turquoise #4DF5EB

Tints of Turquoise #4DF5EB

Color information

#4DF5EB (or 0x4DF5EB) is unknown color: approx Turquoise. HEX triplet: 4D, F5 and EB. RGB value is (77,245,235). Sum of RGB (Red+Green+Blue) = 77+245+235=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF5EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF5EB is #B20A14. Grayscale: #C1C1C1. Windows color (decimal): -11667989 or 15463757. OLE color: 15463757.

HSL color Cylindrical-coordinate representation of color #4DF5EB: hue angle of 176.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF5EB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB77245235-
CMYK0.6900.040.04
HSL176.43º89.36%63.14%-
HSV(B)176.43º68.57%96.08%-
XYZ50.7172.8889.99-
YUV193.63151.3444.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.82%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=13.82%
G=43.99%
B=42.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772452350.6900.040.04176.4389.3663.14
Hex4DF5EB45044b0593f
Octal11536535310504426013177
Binary1001101111101011110101110001010100100101100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,245,235); }

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

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

 a { background-color: rgb(77,245,235); }

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

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

 span { border-color: rgb(77,245,235); }

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