#4df4d6

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

Shades of Turquoise #4DF4D6

Tints of Turquoise #4DF4D6

Color information

#4DF4D6 (or 0x4DF4D6) is unknown color: approx Turquoise. HEX triplet: 4D, F4 and D6. RGB value is (77,244,214). Sum of RGB (Red+Green+Blue) = 77+244+214=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4D6 is #B20B29. Grayscale: #BEBEBE. Windows color (decimal): -11668266 or 14087245. OLE color: 14087245.

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

Color convert

RGB77244214-
CMYK0.6800.120.04
HSL169.22º88.36%62.94%-
HSV(B)169.22º68.44%95.69%-
XYZ47.5571.1374.84-
YUV190.65141.1746.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.39%
GREEN value IS 244 (95.70% from 255) = 45.61%
BLUE value IS 214 (83.98% from 255) = 40%
R=14.39%
G=45.61%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772442140.6800.120.04169.2288.3662.94
Hex4DF4D6440C4a9583f
Octal115364326104014425113077
Binary10011011111010011010110100010001100100101010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4df4d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,244,214); }

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

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

 a { background-color: rgb(77,244,214); }

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

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

 span { border-color: rgb(77,244,214); }

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