#50F7B6

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

Shades of Turquoise #50F7B6

Tints of Turquoise #50F7B6

Color information

#50F7B6 (or 0x50F7B6) is unknown color: approx Turquoise. HEX triplet: 50, F7 and B6. RGB value is (80,247,182). Sum of RGB (Red+Green+Blue) = 80+247+182=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7B6 is #AF0849. Grayscale: #BDBDBD. Windows color (decimal): -11470922 or 11990864. OLE color: 11990864.

HSL color Cylindrical-coordinate representation of color #50F7B6: hue angle of 156.65º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7B6 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB80247182-
CMYK0.6800.260.03
HSL156.65º91.26%64.12%-
HSV(B)156.65º67.61%96.86%-
XYZ45.0171.655.7-
YUV189.66123.6749.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 247 (96.88% from 255) = 48.53%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=15.72%
G=48.53%
B=35.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal802471820.6800.260.03156.6591.2664.12
Hex50F7B64401A39d5b40
Octal1203672661040323235133100
Binary101000011110111101101101000100011010111001110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,247,182); }

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

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

 a { background-color: rgb(80,247,182); }

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

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

 span { border-color: rgb(80,247,182); }

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