Html Css Color HEX #50FFC6 Turquoise

📋 copy color: '#50FFC6'

red 80 ◦ green 255 ◦ blue 198

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

Shades of Turquoise #50FFC6

Tints of Turquoise #50FFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 15.01%
G = 47.84%
B = 37.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#50FFC6 (or 0x50FFC6) is known color: Turquoise. HEX triplet: 50, FF and C6. RGB value is (80,255,198). Sum of RGB (Red+Green+Blue) = 80+255+198=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFC6 is #AF0039. Grayscale: #C4C4C4. Windows color (decimal): -11468858 or 13041488. OLE color: 13041488.

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

Color convert

RGB 80 255 198 -
CMYK 0.69 0 0.22 0
HSL 160.46º 1% 0.66% -
HSV(B) 160.46º 0.69% 1% -
XYZ 49.26 77.3 65.75 -
YUV 196.18 129.02 45.13 -
System Red Green Blue C M Y K H S L
Decimal 80 255 198 0.69 0 0.22 0 160.46 1 0.66
Hex 50 FF C6 45 0 16 0 A0 64 42
Octal 120 377 306 105 0 26 0 240 144 102
Binary 1010000 11111111 11000110 1000101 0 10110 0 10100000 1100100 1000010

Color Harmonies of #50FFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFC6

Black with #50FFC6

Text Example


Text Example

White with #50FFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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