#51C7B9

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

Shades of Medium Turquoise #51C7B9

Tints of Medium Turquoise #51C7B9

Color information

#51C7B9 (or 0x51C7B9) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and B9. RGB value is (81,199,185). Sum of RGB (Red+Green+Blue) = 81+199+185=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #51C7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7B9 is #AE3846. Grayscale: #A2A2A2. Windows color (decimal): -11417671 or 12175185. OLE color: 12175185.

HSL color Cylindrical-coordinate representation of color #51C7B9: hue angle of 172.88º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C7B9 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB81199185-
CMYK0.5900.070.22
HSL172.88º51.3%54.9%-
HSV(B)172.88º59.3%78.04%-
XYZ32.5746.153.08-
YUV162.12140.9170.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 185 (72.66% from 255) = 39.78%
R=17.42%
G=42.80%
B=39.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811991850.5900.070.22172.8851.354.9
Hex51C7B93B0716ad3337
Octal1213072717307262556367
Binary1010001110001111011100111101101111011010101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,199,185); }

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

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

 a { background-color: rgb(81,199,185); }

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

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

 span { border-color: rgb(81,199,185); }

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