Html Css Color HEX #50DBBE Medium Turquoise

📋 copy color: '#50DBBE'

red 80 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #50DBBE

Tints of Medium Turquoise #50DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 16.36%
G = 44.79%
B = 38.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#50DBBE (or 0x50DBBE) is known color: Medium Turquoise. HEX triplet: 50, DB and BE. RGB value is (80,219,190). Sum of RGB (Red+Green+Blue) = 80+219+190=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBBE is #AF2441. Grayscale: #AEAEAE. Windows color (decimal): -11478082 or 12507984. OLE color: 12507984.

HSL color Cylindrical-coordinate representation of color #50DBBE: hue angle of 167.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBBE is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 190 -
CMYK 0.63 0 0.13 0.14
HSL 167.48º 0.66% 0.59% -
HSV(B) 167.48º 0.63% 0.86% -
XYZ 37.93 56.09 57.54 -
YUV 174.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 80 219 190 0.63 0 0.13 0.14 167.48 0.66 0.59
Hex 50 DB BE 3F 0 D E A7 42 3B
Octal 120 333 276 77 0 15 16 247 102 73
Binary 1010000 11011011 10111110 111111 0 1101 1110 10100111 1000010 111011

Color Harmonies of #50DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBBE

Black with #50DBBE

Text Example


Text Example

White with #50DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,219,190); }

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

background-color css

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

 a { background-color: rgb(80,219,190); }

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

border-color css

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

 span { border-color: rgb(80,219,190); }

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