#4DDDD4

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

Shades of Turquoise #4DDDD4

Tints of Turquoise #4DDDD4

Color information

#4DDDD4 (or 0x4DDDD4) is unknown color: approx Turquoise. HEX triplet: 4D, DD and D4. RGB value is (77,221,212). Sum of RGB (Red+Green+Blue) = 77+221+212=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDD4 is #B2222B. Grayscale: #B0B0B0. Windows color (decimal): -11674156 or 13950285. OLE color: 13950285.

HSL color Cylindrical-coordinate representation of color #4DDDD4: hue angle of 176.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDD4 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB77221212-
CMYK0.6500.040.13
HSL176.25º67.92%58.43%-
HSV(B)176.25º65.16%86.67%-
XYZ40.858.0471.34-
YUV176.92147.7956.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.10%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=15.10%
G=43.33%
B=41.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772212120.6500.040.13176.2567.9258.43
Hex4DDDD44104Db0443a
Octal115335324101041526010472
Binary10011011101110111010100100000101001101101100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,221,212); }

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

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

 a { background-color: rgb(77,221,212); }

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

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

 span { border-color: rgb(77,221,212); }

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