#4DDCCE

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

Shades of Medium Turquoise #4DDCCE

Tints of Medium Turquoise #4DDCCE

Color information

#4DDCCE (or 0x4DDCCE) is unknown color: approx Medium Turquoise. HEX triplet: 4D, DC and CE. RGB value is (77,220,206). Sum of RGB (Red+Green+Blue) = 77+220+206=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCCE is #B22331. Grayscale: #AFAFAF. Windows color (decimal): -11674418 or 13556813. OLE color: 13556813.

HSL color Cylindrical-coordinate representation of color #4DDCCE: hue angle of 174.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCCE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB77220206-
CMYK0.6500.060.14
HSL174.13º67.14%58.24%-
HSV(B)174.13º65%86.27%-
XYZ39.7957.2267.34-
YUV175.65145.1257.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.31%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=15.31%
G=43.74%
B=40.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal772202060.6500.060.14174.1367.1458.24
Hex4DDCCE4106Eae433a
Octal115334316101061625610372
Binary10011011101110011001110100000101101110101011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,206); }

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

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

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

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

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

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

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