Html Css Color HEX #50DABA Medium Turquoise

📋 copy color: '#50DABA'

red 80 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #50DABA

Tints of Medium Turquoise #50DABA

RGB

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

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

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

R = 16.53%
G = 45.04%
B = 38.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#50DABA (or 0x50DABA) is known color: Medium Turquoise. HEX triplet: 50, DA and BA. RGB value is (80,218,186). Sum of RGB (Red+Green+Blue) = 80+218+186=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #50DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DABA is #AF2545. Grayscale: #ADADAD. Windows color (decimal): -11478342 or 12245584. OLE color: 12245584.

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

Color convert

RGB 80 218 186 -
CMYK 0.63 0 0.15 0.15
HSL 166.09º 0.65% 0.58% -
HSV(B) 166.09º 0.63% 0.85% -
XYZ 37.24 55.39 55.18 -
YUV 173.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 80 218 186 0.63 0 0.15 0.15 166.09 0.65 0.58
Hex 50 DA BA 3F 0 F F A6 41 3A
Octal 120 332 272 77 0 17 17 246 101 72
Binary 1010000 11011010 10111010 111111 0 1111 1111 10100110 1000001 111010

Color Harmonies of #50DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DABA

Black with #50DABA

Text Example


Text Example

White with #50DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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