#4DDBE4

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

Shades of Medium Turquoise #4DDBE4

Tints of Medium Turquoise #4DDBE4

Color information

#4DDBE4 (or 0x4DDBE4) is unknown color: approx Medium Turquoise. HEX triplet: 4D, DB and E4. RGB value is (77,219,228). Sum of RGB (Red+Green+Blue) = 77+219+228=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #4DDBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBE4 is #B2241B. Grayscale: #B1B1B1. Windows color (decimal): -11674652 or 14998349. OLE color: 14998349.

HSL color Cylindrical-coordinate representation of color #4DDBE4: hue angle of 183.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDBE4 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB77219228-
CMYK0.660.0400.11
HSL183.58º73.66%59.8%-
HSV(B)183.58º66.23%89.41%-
XYZ42.457.8482.33-
YUV177.57156.4656.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.69%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 228 (89.45% from 255) = 43.51%
R=14.69%
G=41.79%
B=43.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal772192280.660.0400.11183.5873.6659.8
Hex4DDBE44240Bb84a3c
Octal115333344102401327011274
Binary10011011101101111100100100001010001011101110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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