Html Css Color HEX #50DABC Medium Turquoise

📋 copy color: '#50DABC'

red 80 ◦ green 218 ◦ blue 188

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

Shades of Medium Turquoise #50DABC

Tints of Medium Turquoise #50DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 16.46%
G = 44.86%
B = 38.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#50DABC (or 0x50DABC) is known color: Medium Turquoise. HEX triplet: 50, DA and BC. RGB value is (80,218,188). Sum of RGB (Red+Green+Blue) = 80+218+188=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #50DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DABC is #AF2543. Grayscale: #ADADAD. Windows color (decimal): -11478340 or 12376656. OLE color: 12376656.

HSL color Cylindrical-coordinate representation of color #50DABC: hue angle of 166.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DABC is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 188 -
CMYK 0.63 0 0.14 0.15
HSL 166.96º 0.65% 0.58% -
HSV(B) 166.96º 0.63% 0.85% -
XYZ 37.46 55.48 56.31 -
YUV 173.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 80 218 188 0.63 0 0.14 0.15 166.96 0.65 0.58
Hex 50 DA BC 3F 0 E F A7 41 3A
Octal 120 332 274 77 0 16 17 247 101 72
Binary 1010000 11011010 10111100 111111 0 1110 1111 10100111 1000001 111010

Color Harmonies of #50DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DABC

Black with #50DABC

Text Example


Text Example

White with #50DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,188); }

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

background-color css

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

 a { background-color: rgb(80,218,188); }

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

border-color css

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

 span { border-color: rgb(80,218,188); }

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