Html Css Color HEX #50FFBB Turquoise

📋 copy color: '#50FFBB'

red 80 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #50FFBB

Tints of Turquoise #50FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 15.33%
G = 48.85%
B = 35.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#50FFBB (or 0x50FFBB) is known color: Turquoise. HEX triplet: 50, FF and BB. RGB value is (80,255,187). Sum of RGB (Red+Green+Blue) = 80+255+187=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFBB is #AF0044. Grayscale: #C3C3C3. Windows color (decimal): -11468869 or 12320592. OLE color: 12320592.

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

Color convert

RGB 80 255 187 -
CMYK 0.69 0 0.27 0
HSL 156.69º 1% 0.66% -
HSV(B) 156.69º 0.69% 1% -
XYZ 48.04 76.81 59.31 -
YUV 194.92 123.52 46.03 -
System Red Green Blue C M Y K H S L
Decimal 80 255 187 0.69 0 0.27 0 156.69 1 0.66
Hex 50 FF BB 45 0 1B 0 9D 64 42
Octal 120 377 273 105 0 33 0 235 144 102
Binary 1010000 11111111 10111011 1000101 0 11011 0 10011101 1100100 1000010

Color Harmonies of #50FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFBB

Black with #50FFBB

Text Example


Text Example

White with #50FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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