Html Css Color HEX #50DCD1 Medium Turquoise

📋 copy color: '#50DCD1'

red 80 ◦ green 220 ◦ blue 209

#50DCD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #50DCD1

Tints of Medium Turquoise #50DCD1

RGB

 RED value IS 80 (31.64% from 255) = 15.72%

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 15.72%
G = 43.22%
B = 41.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#50DCD1 (or 0x50DCD1) is known color: Medium Turquoise. HEX triplet: 50, DC and D1. RGB value is (80,220,209). Sum of RGB (Red+Green+Blue) = 80+220+209=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCD1 is #AF232E. Grayscale: #B0B0B0. Windows color (decimal): -11477807 or 13753424. OLE color: 13753424.

HSL color Cylindrical-coordinate representation of color #50DCD1: hue angle of 175.29º 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 #50DCD1 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 209 -
CMYK 0.64 0 0.05 0.14
HSL 175.29º 0.67% 0.59% -
HSV(B) 175.29º 0.64% 0.86% -
XYZ 40.41 57.5 69.29 -
YUV 176.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 80 220 209 0.64 0 0.05 0.14 175.29 0.67 0.59
Hex 50 DC D1 40 0 5 E AF 43 3B
Octal 120 334 321 100 0 5 16 257 103 73
Binary 1010000 11011100 11010001 1000000 0 101 1110 10101111 1000011 111011

Color Harmonies of #50DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCD1

Black with #50DCD1

Text Example


Text Example

White with #50DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50DCD1;
 }
 .AnyTagClassName
 {
   color: #50DCD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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