#4DDDDD

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

Shades of Turquoise #4DDDDD

Tints of Turquoise #4DDDDD

Color information

#4DDDDD (or 0x4DDDDD) is unknown color: approx Turquoise. HEX triplet: 4D, DD and DD. RGB value is (77,221,221). Sum of RGB (Red+Green+Blue) = 77+221+221=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #4DDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDDD is #B22222. Grayscale: #B1B1B1. Windows color (decimal): -11674147 or 14540109. OLE color: 14540109.

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

Color convert

RGB77221221-
CMYK0.65000.13
HSL180º67.92%58.43%-
HSV(B)180º65.16%86.67%-
XYZ41.9758.5177.49-
YUV177.94152.2956-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.84%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=14.84%
G=42.58%
B=42.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772212210.65000.1318067.9258.43
Hex4DDDDD4100Db4443a
Octal115335335101001526410472
Binary100110111011101110111011000001001101101101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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