Html Css Color HEX #50FFB8 Turquoise

📋 copy color: '#50FFB8'

red 80 ◦ green 255 ◦ blue 184

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

Shades of Turquoise #50FFB8

Tints of Turquoise #50FFB8

RGB

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

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

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

R = 15.41%
G = 49.13%
B = 35.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#50FFB8 (or 0x50FFB8) is known color: Turquoise. HEX triplet: 50, FF and B8. RGB value is (80,255,184). Sum of RGB (Red+Green+Blue) = 80+255+184=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFB8 is #AF0047. Grayscale: #C2C2C2. Windows color (decimal): -11468872 or 12123984. OLE color: 12123984.

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

Color convert

RGB 80 255 184 -
CMYK 0.69 0 0.28 0
HSL 155.66º 1% 0.66% -
HSV(B) 155.66º 0.69% 1% -
XYZ 47.72 76.69 57.63 -
YUV 194.58 122.02 46.27 -
System Red Green Blue C M Y K H S L
Decimal 80 255 184 0.69 0 0.28 0 155.66 1 0.66
Hex 50 FF B8 45 0 1C 0 9C 64 42
Octal 120 377 270 105 0 34 0 234 144 102
Binary 1010000 11111111 10111000 1000101 0 11100 0 10011100 1100100 1000010

Color Harmonies of #50FFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFB8

Black with #50FFB8

Text Example


Text Example

White with #50FFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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