#4DFFCC

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

Shades of Turquoise #4DFFCC

Tints of Turquoise #4DFFCC

Color information

#4DFFCC (or 0x4DFFCC) is unknown color: approx Turquoise. HEX triplet: 4D, FF and CC. RGB value is (77,255,204). Sum of RGB (Red+Green+Blue) = 77+255+204=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCC is #B20033. Grayscale: #C3C3C3. Windows color (decimal): -11665460 or 13434701. OLE color: 13434701.

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

Color convert

RGB77255204-
CMYK0.7000.20
HSL162.81º100%65.1%-
HSV(B)162.81º69.8%100%-
XYZ49.7277.4669.46-
YUV195.96132.5343.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.37%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=14.37%
G=47.57%
B=38.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772552040.7000.20162.8110065.1
Hex4DFFCC460140a36441
Octal1153773141060240243144101
Binary10011011111111111001100100011001010001010001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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