Html Css Color HEX #50DBC8 Medium Turquoise

📋 copy color: '#50DBC8'

red 80 ◦ green 219 ◦ blue 200

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

Shades of Medium Turquoise #50DBC8

Tints of Medium Turquoise #50DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 16.03%
G = 43.89%
B = 40.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#50DBC8 (or 0x50DBC8) is known color: Medium Turquoise. HEX triplet: 50, DB and C8. RGB value is (80,219,200). Sum of RGB (Red+Green+Blue) = 80+219+200=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBC8 is #AF2437. Grayscale: #AFAFAF. Windows color (decimal): -11478072 or 13163344. OLE color: 13163344.

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

Color convert

RGB 80 219 200 -
CMYK 0.63 0 0.09 0.14
HSL 171.8º 0.66% 0.59% -
HSV(B) 171.8º 0.63% 0.86% -
XYZ 39.07 56.54 63.5 -
YUV 175.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 80 219 200 0.63 0 0.09 0.14 171.8 0.66 0.59
Hex 50 DB C8 3F 0 9 E AC 42 3B
Octal 120 333 310 77 0 11 16 254 102 73
Binary 1010000 11011011 11001000 111111 0 1001 1110 10101100 1000010 111011

Color Harmonies of #50DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBC8

Black with #50DBC8

Text Example


Text Example

White with #50DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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