Html Css Color HEX #50FFBE Turquoise

📋 copy color: '#50FFBE'

red 80 ◦ green 255 ◦ blue 190

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

Shades of Turquoise #50FFBE

Tints of Turquoise #50FFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 15.24%
G = 48.57%
B = 36.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#50FFBE (or 0x50FFBE) is known color: Turquoise. HEX triplet: 50, FF and BE. RGB value is (80,255,190). Sum of RGB (Red+Green+Blue) = 80+255+190=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFBE is #AF0041. Grayscale: #C3C3C3. Windows color (decimal): -11468866 or 12517200. OLE color: 12517200.

HSL color Cylindrical-coordinate representation of color #50FFBE: hue angle of 157.71º 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 #50FFBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 190 -
CMYK 0.69 0 0.25 0
HSL 157.71º 1% 0.66% -
HSV(B) 157.71º 0.69% 1% -
XYZ 48.36 76.94 61.02 -
YUV 195.27 125.02 45.79 -
System Red Green Blue C M Y K H S L
Decimal 80 255 190 0.69 0 0.25 0 157.71 1 0.66
Hex 50 FF BE 45 0 19 0 9E 64 42
Octal 120 377 276 105 0 31 0 236 144 102
Binary 1010000 11111111 10111110 1000101 0 11001 0 10011110 1100100 1000010

Color Harmonies of #50FFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFBE

Black with #50FFBE

Text Example


Text Example

White with #50FFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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