#4DF2DB

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

Shades of Turquoise #4DF2DB

Tints of Turquoise #4DF2DB

Color information

#4DF2DB (or 0x4DF2DB) is unknown color: approx Turquoise. HEX triplet: 4D, F2 and DB. RGB value is (77,242,219). Sum of RGB (Red+Green+Blue) = 77+242+219=538 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.31% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2DB is #B20D24. Grayscale: #BDBDBD. Windows color (decimal): -11668773 or 14414413. OLE color: 14414413.

HSL color Cylindrical-coordinate representation of color #4DF2DB: hue angle of 171.64º 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 #4DF2DB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB77242219-
CMYK0.6800.100.05
HSL171.64º86.39%62.55%-
HSV(B)171.64º68.18%94.9%-
XYZ47.670.278.06-
YUV190.04144.3447.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.31%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=14.31%
G=44.98%
B=40.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772422190.6800.100.05171.6486.3962.55
Hex4DF2DB440A5ac563f
Octal115362333104012525412677
Binary10011011111001011011011100010001010101101011001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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