#50F5CF

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

Shades of Turquoise #50F5CF

Tints of Turquoise #50F5CF

Color information

#50F5CF (or 0x50F5CF) is unknown color: approx Turquoise. HEX triplet: 50, F5 and CF. RGB value is (80,245,207). Sum of RGB (Red+Green+Blue) = 80+245+207=532 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.04% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F5CF is #AF0A30. Grayscale: #BFBFBF. Windows color (decimal): -11471409 or 13628752. OLE color: 13628752.

HSL color Cylindrical-coordinate representation of color #50F5CF: hue angle of 166.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5CF is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB80245207-
CMYK0.6700.160.04
HSL166.18º89.19%63.73%-
HSV(B)166.18º67.35%96.08%-
XYZ47.2271.5270.35-
YUV191.33136.8448.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.04%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=15.04%
G=46.05%
B=38.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802452070.6700.160.04166.1889.1963.73
Hex50F5CF430104a65940
Octal1203653171030204246131100
Binary1010000111101011100111110000110100001001010011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,245,207); }

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

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

 a { background-color: rgb(80,245,207); }

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

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

 span { border-color: rgb(80,245,207); }

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