Html Css Color HEX #50FFBA Turquoise

📋 copy color: '#50FFBA'

red 80 ◦ green 255 ◦ blue 186

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

Shades of Turquoise #50FFBA

Tints of Turquoise #50FFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 48.94%

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

R = 15.36%
G = 48.94%
B = 35.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#50FFBA (or 0x50FFBA) is known color: Turquoise. HEX triplet: 50, FF and BA. RGB value is (80,255,186). Sum of RGB (Red+Green+Blue) = 80+255+186=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFBA is #AF0045. Grayscale: #C2C2C2. Windows color (decimal): -11468870 or 12255056. OLE color: 12255056.

HSL color Cylindrical-coordinate representation of color #50FFBA: hue angle of 156.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFBA is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 186 -
CMYK 0.69 0 0.27 0
HSL 156.34º 1% 0.66% -
HSV(B) 156.34º 0.69% 1% -
XYZ 47.93 76.77 58.75 -
YUV 194.81 123.02 46.11 -
System Red Green Blue C M Y K H S L
Decimal 80 255 186 0.69 0 0.27 0 156.34 1 0.66
Hex 50 FF BA 45 0 1B 0 9C 64 42
Octal 120 377 272 105 0 33 0 234 144 102
Binary 1010000 11111111 10111010 1000101 0 11011 0 10011100 1100100 1000010

Color Harmonies of #50FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFBA

Black with #50FFBA

Text Example


Text Example

White with #50FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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