#51C1BF

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

Shades of Medium Turquoise #51C1BF

Tints of Medium Turquoise #51C1BF

Color information

#51C1BF (or 0x51C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 51, C1 and BF. RGB value is (81,193,191). Sum of RGB (Red+Green+Blue) = 81+193+191=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1BF is #AE3E40. Grayscale: #9F9F9F. Windows color (decimal): -11419201 or 12566865. OLE color: 12566865.

HSL color Cylindrical-coordinate representation of color #51C1BF: hue angle of 178.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C1BF is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB81193191-
CMYK0.5800.010.24
HSL178.93º47.46%53.73%-
HSV(B)178.93º58.03%75.69%-
XYZ31.8743.6556.04-
YUV159.28145.8972.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 191 (75% from 255) = 41.08%
R=17.42%
G=41.51%
B=41.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931910.5800.010.24178.9347.4653.73
Hex51C1BF3A0118b32f36
Octal1213012777201302635766
Binary10100011100000110111111111010011100010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C1BF; }

 p { color: rgb(81,193,191); }

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

<style>
 a { background-color: #51C1BF; }

 a { background-color: rgb(81,193,191); }

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

<style>
 span { border-color: #51C1BF; }

 span { border-color: rgb(81,193,191); }

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