#50CECE

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

Shades of Medium Turquoise #50CECE

Tints of Medium Turquoise #50CECE

Color information

#50CECE (or 0x50CECE) is unknown color: approx Medium Turquoise. HEX triplet: 50, CE and CE. RGB value is (80,206,206). Sum of RGB (Red+Green+Blue) = 80+206+206=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #50CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CECE is #AF3131. Grayscale: #A8A8A8. Windows color (decimal): -11481394 or 13553232. OLE color: 13553232.

HSL color Cylindrical-coordinate representation of color #50CECE: hue angle of 180º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CECE is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80206206-
CMYK0.61000.19
HSL180º56.25%56.08%-
HSV(B)180º61.17%80.78%-
XYZ36.5250.366.18-
YUV168.33149.2665-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.26%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=16.26%
G=41.87%
B=41.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802062060.61000.1918056.2556.08
Hex50CECE3D0013b43838
Octal1203163167500232647070
Binary10100001100111011001110111101001001110110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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