#4DDBE0

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

Shades of Medium Turquoise #4DDBE0

Tints of Medium Turquoise #4DDBE0

Color information

#4DDBE0 (or 0x4DDBE0) is unknown color: approx Medium Turquoise. HEX triplet: 4D, DB and E0. RGB value is (77,219,224). Sum of RGB (Red+Green+Blue) = 77+219+224=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBE0 is #B2241F. Grayscale: #B0B0B0. Windows color (decimal): -11674656 or 14736205. OLE color: 14736205.

HSL color Cylindrical-coordinate representation of color #4DDBE0: hue angle of 182.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDBE0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77219224-
CMYK0.660.0200.12
HSL182.04º70.33%59.02%-
HSV(B)182.04º65.62%87.84%-
XYZ41.8557.6279.44-
YUV177.11154.4656.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.81%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=14.81%
G=42.12%
B=43.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal772192240.660.0200.12182.0470.3359.02
Hex4DDBE04220Cb6463b
Octal115333340102201426610673
Binary1001101110110111110000010000101001100101101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,219,224); }

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

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

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

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

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

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

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