Html Css Color HEX #50FEB8 Turquoise

📋 copy color: '#50FEB8'

red 80 ◦ green 254 ◦ blue 184

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

Shades of Turquoise #50FEB8

Tints of Turquoise #50FEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 15.44%
G = 49.03%
B = 35.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#50FEB8 (or 0x50FEB8) is known color: Turquoise. HEX triplet: 50, FE and B8. RGB value is (80,254,184). Sum of RGB (Red+Green+Blue) = 80+254+184=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEB8 is #AF0147. Grayscale: #C2C2C2. Windows color (decimal): -11469128 or 12123728. OLE color: 12123728.

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

Color convert

RGB 80 254 184 -
CMYK 0.69 0 0.28 0.00
HSL 155.86º 0.99% 0.65% -
HSV(B) 155.86º 0.69% 1% -
XYZ 47.4 76.05 57.53 -
YUV 193.99 122.35 46.69 -
System Red Green Blue C M Y K H S L
Decimal 80 254 184 0.69 0 0.28 0.00 155.86 0.99 0.65
Hex 50 FE B8 45 0 1C 0 9C 63 41
Octal 120 376 270 105 0 34 0 234 143 101
Binary 1010000 11111110 10111000 1000101 0 11100 0 10011100 1100011 1000001

Color Harmonies of #50FEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEB8

Black with #50FEB8

Text Example


Text Example

White with #50FEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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