#50D9CE

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

Shades of Medium Turquoise #50D9CE

Tints of Medium Turquoise #50D9CE

Color information

#50D9CE (or 0x50D9CE) is unknown color: approx Medium Turquoise. HEX triplet: 50, D9 and CE. RGB value is (80,217,206). Sum of RGB (Red+Green+Blue) = 80+217+206=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #50D9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D9CE is #AF2631. Grayscale: #AEAEAE. Windows color (decimal): -11478578 or 13556048. OLE color: 13556048.

HSL color Cylindrical-coordinate representation of color #50D9CE: hue angle of 175.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D9CE is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB80217206-
CMYK0.6300.050.15
HSL175.18º64.32%58.24%-
HSV(B)175.18º63.13%85.1%-
XYZ39.2655.7967.09-
YUV174.78145.6160.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.90%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=15.90%
G=43.14%
B=40.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802172060.6300.050.15175.1864.3258.24
Hex50D9CE3F05Faf403a
Octal12033131677051725710072
Binary1010000110110011100111011111101011111101011111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,217,206); }

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

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

 a { background-color: rgb(80,217,206); }

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

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

 span { border-color: rgb(80,217,206); }

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