Html Css Color HEX #50DCBD Medium Turquoise

📋 copy color: '#50DCBD'

red 80 ◦ green 220 ◦ blue 189

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

Shades of Medium Turquoise #50DCBD

Tints of Medium Turquoise #50DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 16.36%
G = 44.99%
B = 38.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#50DCBD (or 0x50DCBD) is known color: Medium Turquoise. HEX triplet: 50, DC and BD. RGB value is (80,220,189). Sum of RGB (Red+Green+Blue) = 80+220+189=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCBD is #AF2342. Grayscale: #AEAEAE. Windows color (decimal): -11477827 or 12442704. OLE color: 12442704.

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

Color convert

RGB 80 220 189 -
CMYK 0.64 0 0.14 0.14
HSL 166.71º 0.67% 0.59% -
HSV(B) 166.71º 0.64% 0.86% -
XYZ 38.09 56.57 57.06 -
YUV 174.61 136.12 60.52 -
System Red Green Blue C M Y K H S L
Decimal 80 220 189 0.64 0 0.14 0.14 166.71 0.67 0.59
Hex 50 DC BD 40 0 E E A7 43 3B
Octal 120 334 275 100 0 16 16 247 103 73
Binary 1010000 11011100 10111101 1000000 0 1110 1110 10100111 1000011 111011

Color Harmonies of #50DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCBD

Black with #50DCBD

Text Example


Text Example

White with #50DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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