Html Css Color HEX #50F2BA Turquoise

📋 copy color: '#50F2BA'

red 80 ◦ green 242 ◦ blue 186

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

Shades of Turquoise #50F2BA

Tints of Turquoise #50F2BA

RGB

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

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

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

R = 15.75%
G = 47.64%
B = 36.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#50F2BA (or 0x50F2BA) is known color: Turquoise. HEX triplet: 50, F2 and BA. RGB value is (80,242,186). Sum of RGB (Red+Green+Blue) = 80+242+186=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2BA is #AF0D45. Grayscale: #BBBBBB. Windows color (decimal): -11472198 or 12251728. OLE color: 12251728.

HSL color Cylindrical-coordinate representation of color #50F2BA: hue angle of 159.26º 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 #50F2BA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 186 -
CMYK 0.67 0 0.23 0.05
HSL 159.26º 0.86% 0.63% -
HSV(B) 159.26º 0.67% 0.95% -
XYZ 43.92 68.75 57.41 -
YUV 187.18 127.33 51.55 -
System Red Green Blue C M Y K H S L
Decimal 80 242 186 0.67 0 0.23 0.05 159.26 0.86 0.63
Hex 50 F2 BA 43 0 17 5 9F 56 3F
Octal 120 362 272 103 0 27 5 237 126 77
Binary 1010000 11110010 10111010 1000011 0 10111 101 10011111 1010110 111111

Color Harmonies of #50F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2BA

Black with #50F2BA

Text Example


Text Example

White with #50F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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