Html Css Color HEX #50FBC2 Turquoise

📋 copy color: '#50FBC2'

red 80 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #50FBC2

Tints of Turquoise #50FBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.81%

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 15.24%
G = 47.81%
B = 36.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#50FBC2 (or 0x50FBC2) is known color: Turquoise. HEX triplet: 50, FB and C2. RGB value is (80,251,194). Sum of RGB (Red+Green+Blue) = 80+251+194=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBC2 is #AF043D. Grayscale: #C1C1C1. Windows color (decimal): -11469886 or 12778320. OLE color: 12778320.

HSL color Cylindrical-coordinate representation of color #50FBC2: hue angle of 160º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBC2 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 194 -
CMYK 0.68 0 0.23 0.02
HSL 160º 0.96% 0.65% -
HSV(B) 160º 0.68% 0.98% -
XYZ 47.54 74.59 62.93 -
YUV 193.37 128.35 47.13 -
System Red Green Blue C M Y K H S L
Decimal 80 251 194 0.68 0 0.23 0.02 160 0.96 0.65
Hex 50 FB C2 44 0 17 2 A0 60 41
Octal 120 373 302 104 0 27 2 240 140 101
Binary 1010000 11111011 11000010 1000100 0 10111 10 10100000 1100000 1000001

Color Harmonies of #50FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBC2

Black with #50FBC2

Text Example


Text Example

White with #50FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,194); }

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

background-color css

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

 a { background-color: rgb(80,251,194); }

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

border-color css

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

 span { border-color: rgb(80,251,194); }

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