Html Css Color HEX #50F2BE Turquoise

📋 copy color: '#50F2BE'

red 80 ◦ green 242 ◦ blue 190

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

Shades of Turquoise #50F2BE

Tints of Turquoise #50F2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

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

R = 15.63%
G = 47.27%
B = 37.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#50F2BE (or 0x50F2BE) is known color: Turquoise. HEX triplet: 50, F2 and BE. RGB value is (80,242,190). Sum of RGB (Red+Green+Blue) = 80+242+190=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2BE is #AF0D41. Grayscale: #BBBBBB. Windows color (decimal): -11472194 or 12513872. OLE color: 12513872.

HSL color Cylindrical-coordinate representation of color #50F2BE: hue angle of 160.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F2BE is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 190 -
CMYK 0.67 0 0.21 0.05
HSL 160.74º 0.86% 0.63% -
HSV(B) 160.74º 0.67% 0.95% -
XYZ 44.35 68.93 59.68 -
YUV 187.63 129.33 51.23 -
System Red Green Blue C M Y K H S L
Decimal 80 242 190 0.67 0 0.21 0.05 160.74 0.86 0.63
Hex 50 F2 BE 43 0 15 5 A1 56 3F
Octal 120 362 276 103 0 25 5 241 126 77
Binary 1010000 11110010 10111110 1000011 0 10101 101 10100001 1010110 111111

Color Harmonies of #50F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2BE

Black with #50F2BE

Text Example


Text Example

White with #50F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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