#50F3D8

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

Shades of Turquoise #50F3D8

Tints of Turquoise #50F3D8

Color information

#50F3D8 (or 0x50F3D8) is unknown color: approx Turquoise. HEX triplet: 50, F3 and D8. RGB value is (80,243,216). Sum of RGB (Red+Green+Blue) = 80+243+216=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3D8 is #AF0C27. Grayscale: #BFBFBF. Windows color (decimal): -11471912 or 14218064. OLE color: 14218064.

HSL color Cylindrical-coordinate representation of color #50F3D8: hue angle of 170.06º degrees, saturation: 0.87, 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 #50F3D8 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB80243216-
CMYK0.6700.110.05
HSL170.06º87.17%63.33%-
HSV(B)170.06º67.08%95.29%-
XYZ47.7570.7676.11-
YUV191.1814248.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.84%
GREEN value IS 243 (95.31% from 255) = 45.08%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=14.84%
G=45.08%
B=40.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802432160.6700.110.05170.0687.1763.33
Hex50F3D8430B5aa573f
Octal120363330103013525212777
Binary10100001111001111011000100001101011101101010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,216); }

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

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

 a { background-color: rgb(80,243,216); }

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

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

 span { border-color: rgb(80,243,216); }

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