#50E9CD

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

Shades of Turquoise #50E9CD

Tints of Turquoise #50E9CD

Color information

#50E9CD (or 0x50E9CD) is unknown color: approx Turquoise. HEX triplet: 50, E9 and CD. RGB value is (80,233,205). Sum of RGB (Red+Green+Blue) = 80+233+205=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9CD is #AF1632. Grayscale: #B8B8B8. Windows color (decimal): -11474483 or 13494608. OLE color: 13494608.

HSL color Cylindrical-coordinate representation of color #50E9CD: hue angle of 169.02º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9CD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB80233205-
CMYK0.6600.120.09
HSL169.02º77.66%61.37%-
HSV(B)169.02º65.67%91.37%-
XYZ43.4764.3967.9-
YUV184.06139.8153.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.44%
GREEN value IS 233 (91.41% from 255) = 44.98%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=15.44%
G=44.98%
B=39.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802332050.6600.120.09169.0277.6661.37
Hex50E9CD420C9a94e3d
Octal1203513151020141125111675
Binary101000011101001110011011000010011001001101010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,233,205); }

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

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

 a { background-color: rgb(80,233,205); }

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

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

 span { border-color: rgb(80,233,205); }

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