#4DDDD0

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

Shades of Turquoise #4DDDD0

Tints of Turquoise #4DDDD0

Color information

#4DDDD0 (or 0x4DDDD0) is unknown color: approx Turquoise. HEX triplet: 4D, DD and D0. RGB value is (77,221,208). Sum of RGB (Red+Green+Blue) = 77+221+208=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDD0 is #B2222F. Grayscale: #B0B0B0. Windows color (decimal): -11674160 or 13688141. OLE color: 13688141.

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

Color convert

RGB77221208-
CMYK0.6500.060.13
HSL174.58º67.92%58.43%-
HSV(B)174.58º65.16%86.67%-
XYZ40.357.8468.72-
YUV176.46145.7957.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.22%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=15.22%
G=43.68%
B=41.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772212080.6500.060.13174.5867.9258.43
Hex4DDDD04106Daf443a
Octal115335320101061525710472
Binary10011011101110111010000100000101101101101011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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