#4DFFD5

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

Shades of Turquoise #4DFFD5

Tints of Turquoise #4DFFD5

Color information

#4DFFD5 (or 0x4DFFD5) is unknown color: approx Turquoise. HEX triplet: 4D, FF and D5. RGB value is (77,255,213). Sum of RGB (Red+Green+Blue) = 77+255+213=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD5 is #B2002A. Grayscale: #C4C4C4. Windows color (decimal): -11665451 or 14024525. OLE color: 14024525.

HSL color Cylindrical-coordinate representation of color #4DFFD5: hue angle of 165.84º 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 #4DFFD5 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB77255213-
CMYK0.7000.160
HSL165.84º100%65.1%-
HSV(B)165.84º69.8%100%-
XYZ50.8377.975.31-
YUV196.99137.0342.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.13%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=14.13%
G=46.79%
B=39.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772552130.7000.160165.8410065.1
Hex4DFFD5460100a66441
Octal1153773251060200246144101
Binary10011011111111111010101100011001000001010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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