#4DF5E3

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

Shades of Turquoise #4DF5E3

Tints of Turquoise #4DF5E3

Color information

#4DF5E3 (or 0x4DF5E3) is unknown color: approx Turquoise. HEX triplet: 4D, F5 and E3. RGB value is (77,245,227). Sum of RGB (Red+Green+Blue) = 77+245+227=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF5E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF5E3 is #B20A1C. Grayscale: #C0C0C0. Windows color (decimal): -11667997 or 14939469. OLE color: 14939469.

HSL color Cylindrical-coordinate representation of color #4DF5E3: hue angle of 173.57º 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 #4DF5E3 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB77245227-
CMYK0.6900.070.04
HSL173.57º89.36%63.14%-
HSV(B)173.57º68.57%96.08%-
XYZ49.5872.4384.04-
YUV192.72147.3445.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.03%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 227 (89.06% from 255) = 41.35%
R=14.03%
G=44.63%
B=41.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772452270.6900.070.04173.5789.3663.14
Hex4DF5E345074ae593f
Octal11536534310507425613177
Binary1001101111101011110001110001010111100101011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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