#50D2CC

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

Shades of Medium Turquoise #50D2CC

Tints of Medium Turquoise #50D2CC

Color information

#50D2CC (or 0x50D2CC) is unknown color: approx Medium Turquoise. HEX triplet: 50, D2 and CC. RGB value is (80,210,204). Sum of RGB (Red+Green+Blue) = 80+210+204=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2CC is #AF2D33. Grayscale: #AAAAAA. Windows color (decimal): -11480372 or 13423184. OLE color: 13423184.

HSL color Cylindrical-coordinate representation of color #50D2CC: hue angle of 177.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D2CC is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB80210204-
CMYK0.6200.030.18
HSL177.23º59.09%56.86%-
HSV(B)177.23º61.9%82.35%-
XYZ37.2552.1665.23-
YUV170.45146.9363.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.19%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=16.19%
G=42.51%
B=41.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802102040.6200.030.18177.2359.0956.86
Hex50D2CC3E0312b13b39
Octal1203223147603222617371
Binary101000011010010110011001111100111001010110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,210,204); }

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

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

 a { background-color: rgb(80,210,204); }

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

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

 span { border-color: rgb(80,210,204); }

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