#51C0BF

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

Shades of Medium Turquoise #51C0BF

Tints of Medium Turquoise #51C0BF

Color information

#51C0BF (or 0x51C0BF) is unknown color: approx Medium Turquoise. HEX triplet: 51, C0 and BF. RGB value is (81,192,191). Sum of RGB (Red+Green+Blue) = 81+192+191=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #51C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0BF is #AE3F40. Grayscale: #9E9E9E. Windows color (decimal): -11419457 or 12566609. OLE color: 12566609.

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

Color convert

RGB81192191-
CMYK0.5800.010.25
HSL179.46º46.84%53.53%-
HSV(B)179.46º57.81%75.29%-
XYZ31.6543.2155.96-
YUV158.7146.2372.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.46%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 191 (75% from 255) = 41.16%
R=17.46%
G=41.38%
B=41.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921910.5800.010.25179.4646.8453.53
Hex51C0BF3A0119b32f36
Octal1213002777201312635766
Binary10100011100000010111111111010011100110110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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