#50CCBF

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

Shades of Medium Turquoise #50CCBF

Tints of Medium Turquoise #50CCBF

Color information

#50CCBF (or 0x50CCBF) is unknown color: approx Medium Turquoise. HEX triplet: 50, CC and BF. RGB value is (80,204,191). Sum of RGB (Red+Green+Blue) = 80+204+191=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCBF is #AF3340. Grayscale: #A5A5A5. Windows color (decimal): -11481921 or 12569680. OLE color: 12569680.

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

Color convert

RGB80204191-
CMYK0.6100.060.2
HSL173.71º54.87%55.69%-
HSV(B)173.71º60.78%80%-
XYZ34.3148.6556.87-
YUV165.44142.4267.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.84%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 191 (75% from 255) = 40.21%
R=16.84%
G=42.95%
B=40.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041910.6100.060.2173.7154.8755.69
Hex50CCBF3D0614ae3738
Octal1203142777506242566770
Binary1010000110011001011111111110101101010010101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,191); }

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

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

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

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

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

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

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