#51C4BE

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

Shades of Medium Turquoise #51C4BE

Tints of Medium Turquoise #51C4BE

Color information

#51C4BE (or 0x51C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 51, C4 and BE. RGB value is (81,196,190). Sum of RGB (Red+Green+Blue) = 81+196+190=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #51C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C4BE is #AE3B41. Grayscale: #A0A0A0. Windows color (decimal): -11418434 or 12502097. OLE color: 12502097.

HSL color Cylindrical-coordinate representation of color #51C4BE: hue angle of 176.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C4BE is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB81196190-
CMYK0.5900.030.23
HSL176.87º49.36%54.31%-
HSV(B)176.87º58.67%76.86%-
XYZ32.4344.9555.68-
YUV160.93144.470.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 196 (76.95% from 255) = 41.97%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=17.34%
G=41.97%
B=40.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811961900.5900.030.23176.8749.3654.31
Hex51C4BE3B0317b13136
Octal1213042767303272616166
Binary101000111000100101111101110110111011110110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,196,190); }

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

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

 a { background-color: rgb(81,196,190); }

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

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

 span { border-color: rgb(81,196,190); }

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