#50EFC9

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

Shades of Turquoise #50EFC9

Tints of Turquoise #50EFC9

Color information

#50EFC9 (or 0x50EFC9) is unknown color: approx Turquoise. HEX triplet: 50, EF and C9. RGB value is (80,239,201). Sum of RGB (Red+Green+Blue) = 80+239+201=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFC9 is #AF1036. Grayscale: #BBBBBB. Windows color (decimal): -11472951 or 13234000. OLE color: 13234000.

HSL color Cylindrical-coordinate representation of color #50EFC9: hue angle of 165.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFC9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB80239201-
CMYK0.6700.160.06
HSL165.66º83.25%62.55%-
HSV(B)165.66º66.53%93.73%-
XYZ44.7267.6665.96-
YUV187.13135.8251.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.38%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=15.38%
G=45.96%
B=38.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802392010.6700.160.06165.6683.2562.55
Hex50EFC9430106a6533f
Octal120357311103020624612377
Binary101000011101111110010011000011010000110101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,239,201); }

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

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

 a { background-color: rgb(80,239,201); }

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

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

 span { border-color: rgb(80,239,201); }

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