Html Css Color HEX #50D8BA Medium Turquoise

📋 copy color: '#50D8BA'

red 80 ◦ green 216 ◦ blue 186

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

Shades of Medium Turquoise #50D8BA

Tints of Medium Turquoise #50D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 16.6%
G = 44.81%
B = 38.59%

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

#50D8BA (or 0x50D8BA) is known color: Medium Turquoise. HEX triplet: 50, D8 and BA. RGB value is (80,216,186). Sum of RGB (Red+Green+Blue) = 80+216+186=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8BA is #AF2745. Grayscale: #ABABAB. Windows color (decimal): -11478854 or 12245072. OLE color: 12245072.

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

Color convert

RGB 80 216 186 -
CMYK 0.63 0 0.14 0.15
HSL 166.76º 0.64% 0.58% -
HSV(B) 166.76º 0.63% 0.85% -
XYZ 36.73 54.36 55.01 -
YUV 171.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 80 216 186 0.63 0 0.14 0.15 166.76 0.64 0.58
Hex 50 D8 BA 3F 0 E F A7 40 3A
Octal 120 330 272 77 0 16 17 247 100 72
Binary 1010000 11011000 10111010 111111 0 1110 1111 10100111 1000000 111010

Color Harmonies of #50D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D8BA

Black with #50D8BA

Text Example


Text Example

White with #50D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,186); }

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

background-color css

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

 a { background-color: rgb(80,216,186); }

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

border-color css

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

 span { border-color: rgb(80,216,186); }

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