#50F1BC

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

Shades of Turquoise #50F1BC

Tints of Turquoise #50F1BC

Color information

#50F1BC (or 0x50F1BC) is unknown color: approx Turquoise. HEX triplet: 50, F1 and BC. RGB value is (80,241,188). Sum of RGB (Red+Green+Blue) = 80+241+188=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1BC is #AF0E43. Grayscale: #BABABA. Windows color (decimal): -11472452 or 12382544. OLE color: 12382544.

HSL color Cylindrical-coordinate representation of color #50F1BC: hue angle of 160.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1BC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB80241188-
CMYK0.6700.220.05
HSL160.25º85.19%62.94%-
HSV(B)160.25º66.8%94.51%-
XYZ43.8468.2558.44-
YUV186.82128.6651.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=15.72%
G=47.35%
B=36.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411880.6700.220.05160.2585.1962.94
Hex50F1BC430165a0553f
Octal120361274103026524012577
Binary101000011110001101111001000011010110101101000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,188); }

 H1.HeaderClassName
 {
   color: #50F1BC;
 }
 .AnyTagClassName
 {
   color: #50F1BC;
 }
</style>
background-color css

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

 a { background-color: rgb(80,241,188); }

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

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

 span { border-color: rgb(80,241,188); }

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