#4DF2D5

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

Shades of Turquoise #4DF2D5

Tints of Turquoise #4DF2D5

Color information

#4DF2D5 (or 0x4DF2D5) is unknown color: approx Turquoise. HEX triplet: 4D, F2 and D5. RGB value is (77,242,213). Sum of RGB (Red+Green+Blue) = 77+242+213=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2D5 is #B20D2A. Grayscale: #BDBDBD. Windows color (decimal): -11668779 or 14021197. OLE color: 14021197.

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

Color convert

RGB77242213-
CMYK0.6800.120.05
HSL169.45º86.39%62.55%-
HSV(B)169.45º68.18%94.9%-
XYZ46.8269.8973.97-
YUV189.36141.3447.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.47%
GREEN value IS 242 (94.92% from 255) = 45.49%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=14.47%
G=45.49%
B=40.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772422130.6800.120.05169.4586.3962.55
Hex4DF2D5440C5a9563f
Octal115362325104014525112677
Binary10011011111001011010101100010001100101101010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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