Html Css Color HEX #50FEC6 Turquoise

📋 copy color: '#50FEC6'

red 80 ◦ green 254 ◦ blue 198

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

Shades of Turquoise #50FEC6

Tints of Turquoise #50FEC6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.74%

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

R = 15.04%
G = 47.74%
B = 37.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#50FEC6 (or 0x50FEC6) is known color: Turquoise. HEX triplet: 50, FE and C6. RGB value is (80,254,198). Sum of RGB (Red+Green+Blue) = 80+254+198=532 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.04% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEC6 is #AF0139. Grayscale: #C3C3C3. Windows color (decimal): -11469114 or 13041232. OLE color: 13041232.

HSL color Cylindrical-coordinate representation of color #50FEC6: hue angle of 160.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEC6 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 198 -
CMYK 0.69 0 0.22 0.00
HSL 160.69º 0.99% 0.65% -
HSV(B) 160.69º 0.69% 1% -
XYZ 48.94 76.67 65.64 -
YUV 195.59 129.35 45.55 -
System Red Green Blue C M Y K H S L
Decimal 80 254 198 0.69 0 0.22 0.00 160.69 0.99 0.65
Hex 50 FE C6 45 0 16 0 A1 63 41
Octal 120 376 306 105 0 26 0 241 143 101
Binary 1010000 11111110 11000110 1000101 0 10110 0 10100001 1100011 1000001

Color Harmonies of #50FEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEC6

Black with #50FEC6

Text Example


Text Example

White with #50FEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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