#50FFBB

Color #50FFBB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #50FFBB

Tints of Turquoise #50FFBB

Color information

#50FFBB (or 0x50FFBB) is unknown color: approx 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

RGB80255187-
CMYK0.6900.270
HSL156.69º100%65.69%-
HSV(B)156.69º68.63%100%-
XYZ48.0476.8159.31-
YUV194.92123.5246.03-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802551870.6900.270156.6910065.69
Hex50FFBB4501B09d6442
Octal1203772731050330235144102
Binary10100001111111110111011100010101101101001110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>