Html Css Color HEX #50DCBA Medium Turquoise

📋 copy color: '#50DCBA'

red 80 ◦ green 220 ◦ blue 186

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

Shades of Medium Turquoise #50DCBA

Tints of Medium Turquoise #50DCBA

RGB

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

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

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

R = 16.46%
G = 45.27%
B = 38.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#50DCBA (or 0x50DCBA) is known color: Medium Turquoise. HEX triplet: 50, DC and BA. RGB value is (80,220,186). Sum of RGB (Red+Green+Blue) = 80+220+186=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCBA is #AF2345. Grayscale: #AEAEAE. Windows color (decimal): -11477830 or 12246096. OLE color: 12246096.

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

Color convert

RGB 80 220 186 -
CMYK 0.64 0 0.15 0.14
HSL 165.43º 0.67% 0.59% -
HSV(B) 165.43º 0.64% 0.86% -
XYZ 37.76 56.44 55.36 -
YUV 174.26 134.62 60.76 -
System Red Green Blue C M Y K H S L
Decimal 80 220 186 0.64 0 0.15 0.14 165.43 0.67 0.59
Hex 50 DC BA 40 0 F E A5 43 3B
Octal 120 334 272 100 0 17 16 245 103 73
Binary 1010000 11011100 10111010 1000000 0 1111 1110 10100101 1000011 111011

Color Harmonies of #50DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCBA

Black with #50DCBA

Text Example


Text Example

White with #50DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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