#4DFED5

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

Shades of Turquoise #4DFED5

Tints of Turquoise #4DFED5

Color information

#4DFED5 (or 0x4DFED5) is unknown color: approx Turquoise. HEX triplet: 4D, FE and D5. RGB value is (77,254,213). Sum of RGB (Red+Green+Blue) = 77+254+213=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFED5 is #B2012A. Grayscale: #C4C4C4. Windows color (decimal): -11665707 or 14024269. OLE color: 14024269.

HSL color Cylindrical-coordinate representation of color #4DFED5: hue angle of 166.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFED5 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB77254213-
CMYK0.7000.160.00
HSL166.1º98.88%64.9%-
HSV(B)166.1º69.69%99.61%-
XYZ50.5177.2775.2-
YUV196.4137.3642.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.15%
GREEN value IS 254 (99.61% from 255) = 46.69%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=14.15%
G=46.69%
B=39.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772542130.7000.160.00166.198.8864.9
Hex4DFED5460100a66341
Octal1153763251060200246143101
Binary10011011111111011010101100011001000001010011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,254,213); }

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

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

 a { background-color: rgb(77,254,213); }

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

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

 span { border-color: rgb(77,254,213); }

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