Html Css Color HEX #50E7BD Turquoise

📋 copy color: '#50E7BD'

red 80 ◦ green 231 ◦ blue 189

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

Shades of Turquoise #50E7BD

Tints of Turquoise #50E7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 16%
G = 46.2%
B = 37.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#50E7BD (or 0x50E7BD) is known color: Turquoise. HEX triplet: 50, E7 and BD. RGB value is (80,231,189). Sum of RGB (Red+Green+Blue) = 80+231+189=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #50E7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E7BD is #AF1842. Grayscale: #B5B5B5. Windows color (decimal): -11475011 or 12445520. OLE color: 12445520.

HSL color Cylindrical-coordinate representation of color #50E7BD: hue angle of 163.31º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E7BD is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 189 -
CMYK 0.65 0 0.18 0.09
HSL 163.31º 0.76% 0.61% -
HSV(B) 163.31º 0.65% 0.91% -
XYZ 41.07 62.53 58.05 -
YUV 181.06 132.47 55.92 -
System Red Green Blue C M Y K H S L
Decimal 80 231 189 0.65 0 0.18 0.09 163.31 0.76 0.61
Hex 50 E7 BD 41 0 12 9 A3 4C 3D
Octal 120 347 275 101 0 22 11 243 114 75
Binary 1010000 11100111 10111101 1000001 0 10010 1001 10100011 1001100 111101

Color Harmonies of #50E7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E7BD

Black with #50E7BD

Text Example


Text Example

White with #50E7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,231,189); }

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

background-color css

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

 a { background-color: rgb(80,231,189); }

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

border-color css

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

 span { border-color: rgb(80,231,189); }

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