Html Css Color HEX #50DEBA Medium Turquoise

📋 copy color: '#50DEBA'

red 80 ◦ green 222 ◦ blue 186

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

Shades of Medium Turquoise #50DEBA

Tints of Medium Turquoise #50DEBA

RGB

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

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

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

R = 16.39%
G = 45.49%
B = 38.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#50DEBA (or 0x50DEBA) is known color: Medium Turquoise. HEX triplet: 50, DE and BA. RGB value is (80,222,186). Sum of RGB (Red+Green+Blue) = 80+222+186=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEBA is #AF2145. Grayscale: #AFAFAF. Windows color (decimal): -11477318 or 12246608. OLE color: 12246608.

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

Color convert

RGB 80 222 186 -
CMYK 0.64 0 0.16 0.13
HSL 164.79º 0.68% 0.59% -
HSV(B) 164.79º 0.64% 0.87% -
XYZ 38.29 57.49 55.53 -
YUV 175.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 80 222 186 0.64 0 0.16 0.13 164.79 0.68 0.59
Hex 50 DE BA 40 0 10 D A5 44 3B
Octal 120 336 272 100 0 20 15 245 104 73
Binary 1010000 11011110 10111010 1000000 0 10000 1101 10100101 1000100 111011

Color Harmonies of #50DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEBA

Black with #50DEBA

Text Example


Text Example

White with #50DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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