Html Css Color HEX #50DABF Medium Turquoise

📋 copy color: '#50DABF'

red 80 ◦ green 218 ◦ blue 191

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

Shades of Medium Turquoise #50DABF

Tints of Medium Turquoise #50DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 16.36%
G = 44.58%
B = 39.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#50DABF (or 0x50DABF) is known color: Medium Turquoise. HEX triplet: 50, DA and BF. RGB value is (80,218,191). Sum of RGB (Red+Green+Blue) = 80+218+191=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #50DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DABF is #AF2540. Grayscale: #ADADAD. Windows color (decimal): -11478337 or 12573264. OLE color: 12573264.

HSL color Cylindrical-coordinate representation of color #50DABF: hue angle of 168.26º 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 #50DABF is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 191 -
CMYK 0.63 0 0.12 0.15
HSL 168.26º 0.65% 0.58% -
HSV(B) 168.26º 0.63% 0.85% -
XYZ 37.78 55.61 58.03 -
YUV 173.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 80 218 191 0.63 0 0.12 0.15 168.26 0.65 0.58
Hex 50 DA BF 3F 0 C F A8 41 3A
Octal 120 332 277 77 0 14 17 250 101 72
Binary 1010000 11011010 10111111 111111 0 1100 1111 10101000 1000001 111010

Color Harmonies of #50DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DABF

Black with #50DABF

Text Example


Text Example

White with #50DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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