#4DFFD0

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

Shades of Turquoise #4DFFD0

Tints of Turquoise #4DFFD0

Color information

#4DFFD0 (or 0x4DFFD0) is unknown color: approx Turquoise. HEX triplet: 4D, FF and D0. RGB value is (77,255,208). Sum of RGB (Red+Green+Blue) = 77+255+208=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD0 is #B2002F. Grayscale: #C4C4C4. Windows color (decimal): -11665456 or 13696845. OLE color: 13696845.

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

Color convert

RGB77255208-
CMYK0.7000.180
HSL164.16º100%65.1%-
HSV(B)164.16º69.8%100%-
XYZ50.2177.6572.02-
YUV196.42134.5342.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.26%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=14.26%
G=47.22%
B=38.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772552080.7000.180164.1610065.1
Hex4DFFD0460120a46441
Octal1153773201060220244144101
Binary10011011111111111010000100011001001001010010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,255,208); }

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

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

 a { background-color: rgb(77,255,208); }

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

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

 span { border-color: rgb(77,255,208); }

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