#4DEFE9

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

Shades of Turquoise #4DEFE9

Tints of Turquoise #4DEFE9

Color information

#4DEFE9 (or 0x4DEFE9) is unknown color: approx Turquoise. HEX triplet: 4D, EF and E9. RGB value is (77,239,233). Sum of RGB (Red+Green+Blue) = 77+239+233=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEFE9 is #B21016. Grayscale: #BDBDBD. Windows color (decimal): -11669527 or 15331149. OLE color: 15331149.

HSL color Cylindrical-coordinate representation of color #4DEFE9: hue angle of 177.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFE9 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB77239233-
CMYK0.6800.030.06
HSL177.78º83.51%61.96%-
HSV(B)177.78º67.78%93.73%-
XYZ48.6469.1987.88-
YUV189.88152.3347.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.03%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=14.03%
G=43.53%
B=42.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal772392330.6800.030.06177.7883.5161.96
Hex4DEFE944036b2543e
Octal11535735110403626212476
Binary100110111101111111010011000100011110101100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,239,233); }

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

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

 a { background-color: rgb(77,239,233); }

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

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

 span { border-color: rgb(77,239,233); }

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