#50CBCC

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

Shades of Medium Turquoise #50CBCC

Tints of Medium Turquoise #50CBCC

Color information

#50CBCC (or 0x50CBCC) is unknown color: approx Medium Turquoise. HEX triplet: 50, CB and CC. RGB value is (80,203,204). Sum of RGB (Red+Green+Blue) = 80+203+204=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #50CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBCC is #AF3433. Grayscale: #A6A6A6. Windows color (decimal): -11482164 or 13421392. OLE color: 13421392.

HSL color Cylindrical-coordinate representation of color #50CBCC: hue angle of 180.48º 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 #50CBCC is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80203204-
CMYK0.610.0000.2
HSL180.48º54.87%55.69%-
HSV(B)180.48º60.78%80%-
XYZ35.5648.7864.67-
YUV166.34149.2566.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.43%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=16.43%
G=41.68%
B=41.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802032040.610.0000.2180.4854.8755.69
Hex50CBCC3D0014b43738
Octal1203133147500242646770
Binary10100001100101111001100111101001010010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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