#50cedc

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

Shades of Medium Turquoise #50CEDC

Tints of Medium Turquoise #50CEDC

Color information

#50CEDC (or 0x50CEDC) is unknown color: approx Medium Turquoise. HEX triplet: 50, CE and DC. RGB value is (80,206,220). Sum of RGB (Red+Green+Blue) = 80+206+220=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #50CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEDC is #AF3123. Grayscale: #A9A9A9. Windows color (decimal): -11481380 or 14470736. OLE color: 14470736.

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

Color convert

RGB80206220-
CMYK0.640.0600.14
HSL186º66.67%58.82%-
HSV(B)186º63.64%86.27%-
XYZ38.351.0275.54-
YUV169.92156.2663.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.81%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=15.81%
G=40.71%
B=43.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802062200.640.0600.1418666.6758.82
Hex50CEDC4060Eba433b
Octal120316334100601627210373
Binary10100001100111011011100100000011001110101110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50cedc; }

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

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

<style>
 a { background-color: #50cedc; }

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

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

<style>
 span { border-color: #50cedc; }

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

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