Html Css Color HEX #50F6C2 Turquoise

📋 copy color: '#50F6C2'

red 80 ◦ green 246 ◦ blue 194

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

Shades of Turquoise #50F6C2

Tints of Turquoise #50F6C2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 15.38%
G = 47.31%
B = 37.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#50F6C2 (or 0x50F6C2) is known color: Turquoise. HEX triplet: 50, F6 and C2. RGB value is (80,246,194). Sum of RGB (Red+Green+Blue) = 80+246+194=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F6C2 is #AF093D. Grayscale: #BEBEBE. Windows color (decimal): -11471166 or 12777040. OLE color: 12777040.

HSL color Cylindrical-coordinate representation of color #50F6C2: hue angle of 161.2º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F6C2 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 194 -
CMYK 0.67 0 0.21 0.04
HSL 161.2º 0.9% 0.64% -
HSV(B) 161.2º 0.67% 0.96% -
XYZ 46 71.51 62.42 -
YUV 190.44 130 49.23 -
System Red Green Blue C M Y K H S L
Decimal 80 246 194 0.67 0 0.21 0.04 161.2 0.9 0.64
Hex 50 F6 C2 43 0 15 4 A1 5A 40
Octal 120 366 302 103 0 25 4 241 132 100
Binary 1010000 11110110 11000010 1000011 0 10101 100 10100001 1011010 1000000

Color Harmonies of #50F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F6C2

Black with #50F6C2

Text Example


Text Example

White with #50F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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