#51C4BF

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

Shades of Medium Turquoise #51C4BF

Tints of Medium Turquoise #51C4BF

Color information

#51C4BF (or 0x51C4BF) is unknown color: approx Medium Turquoise. HEX triplet: 51, C4 and BF. RGB value is (81,196,191). Sum of RGB (Red+Green+Blue) = 81+196+191=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #51C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C4BF is #AE3B40. Grayscale: #A0A0A0. Windows color (decimal): -11418433 or 12567633. OLE color: 12567633.

HSL color Cylindrical-coordinate representation of color #51C4BF: hue angle of 177.39º 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 #51C4BF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB81196191-
CMYK0.5900.030.23
HSL177.39º49.36%54.31%-
HSV(B)177.39º58.67%76.86%-
XYZ32.5444.9956.26-
YUV161.04144.970.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.31%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 191 (75% from 255) = 40.81%
R=17.31%
G=41.88%
B=40.81%

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
Decimal811961910.5900.030.23177.3949.3654.31
Hex51C4BF3B0317b13136
Octal1213042777303272616166
Binary101000111000100101111111110110111011110110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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