Html Css Color HEX #50DBC9 Medium Turquoise

📋 copy color: '#50DBC9'

red 80 ◦ green 219 ◦ blue 201

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

Shades of Medium Turquoise #50DBC9

Tints of Medium Turquoise #50DBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 16%
G = 43.8%
B = 40.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#50DBC9 (or 0x50DBC9) is known color: Medium Turquoise. HEX triplet: 50, DB and C9. RGB value is (80,219,201). Sum of RGB (Red+Green+Blue) = 80+219+201=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBC9 is #AF2436. Grayscale: #AFAFAF. Windows color (decimal): -11478071 or 13228880. OLE color: 13228880.

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

Color convert

RGB 80 219 201 -
CMYK 0.63 0 0.08 0.14
HSL 172.23º 0.66% 0.59% -
HSV(B) 172.23º 0.63% 0.86% -
XYZ 39.18 56.59 64.12 -
YUV 175.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 80 219 201 0.63 0 0.08 0.14 172.23 0.66 0.59
Hex 50 DB C9 3F 0 8 E AC 42 3B
Octal 120 333 311 77 0 10 16 254 102 73
Binary 1010000 11011011 11001001 111111 0 1000 1110 10101100 1000010 111011

Color Harmonies of #50DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBC9

Black with #50DBC9

Text Example


Text Example

White with #50DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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