#50F1D5

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

Shades of Turquoise #50F1D5

Tints of Turquoise #50F1D5

Color information

#50F1D5 (or 0x50F1D5) is unknown color: approx Turquoise. HEX triplet: 50, F1 and D5. RGB value is (80,241,213). Sum of RGB (Red+Green+Blue) = 80+241+213=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1D5 is #AF0E2A. Grayscale: #BDBDBD. Windows color (decimal): -11472427 or 14020944. OLE color: 14020944.

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

Color convert

RGB80241213-
CMYK0.6700.120.05
HSL169.57º85.19%62.94%-
HSV(B)169.57º66.8%94.51%-
XYZ46.7769.4273.88-
YUV189.67141.1649.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.98%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=14.98%
G=45.13%
B=39.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802412130.6700.120.05169.5785.1962.94
Hex50F1D5430C5aa553f
Octal120361325103014525212577
Binary10100001111000111010101100001101100101101010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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