Html Css Color HEX #50DEBC Medium Turquoise

📋 copy color: '#50DEBC'

red 80 ◦ green 222 ◦ blue 188

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

Shades of Medium Turquoise #50DEBC

Tints of Medium Turquoise #50DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 16.33%
G = 45.31%
B = 38.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#50DEBC (or 0x50DEBC) is known color: Medium Turquoise. HEX triplet: 50, DE and BC. RGB value is (80,222,188). Sum of RGB (Red+Green+Blue) = 80+222+188=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEBC is #AF2143. Grayscale: #AFAFAF. Windows color (decimal): -11477316 or 12377680. OLE color: 12377680.

HSL color Cylindrical-coordinate representation of color #50DEBC: hue angle of 165.63º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DEBC is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 188 -
CMYK 0.64 0 0.15 0.13
HSL 165.63º 0.68% 0.59% -
HSV(B) 165.63º 0.64% 0.87% -
XYZ 38.51 57.58 56.66 -
YUV 175.67 134.96 59.76 -
System Red Green Blue C M Y K H S L
Decimal 80 222 188 0.64 0 0.15 0.13 165.63 0.68 0.59
Hex 50 DE BC 40 0 F D A6 44 3B
Octal 120 336 274 100 0 17 15 246 104 73
Binary 1010000 11011110 10111100 1000000 0 1111 1101 10100110 1000100 111011

Color Harmonies of #50DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEBC

Black with #50DEBC

Text Example


Text Example

White with #50DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,188); }

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

background-color css

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

 a { background-color: rgb(80,222,188); }

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

border-color css

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

 span { border-color: rgb(80,222,188); }

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