#51C7D9

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

Shades of Medium Turquoise #51C7D9

Tints of Medium Turquoise #51C7D9

Color information

#51C7D9 (or 0x51C7D9) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and D9. RGB value is (81,199,217). Sum of RGB (Red+Green+Blue) = 81+199+217=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #51C7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7D9 is #AE3826. Grayscale: #A5A5A5. Windows color (decimal): -11417639 or 14272337. OLE color: 14272337.

HSL color Cylindrical-coordinate representation of color #51C7D9: hue angle of 187.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C7D9 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81199217-
CMYK0.630.0800.15
HSL187.94º64.15%58.43%-
HSV(B)187.94º62.67%85.1%-
XYZ36.3447.6172.92-
YUV165.77156.9167.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.30%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=16.30%
G=40.04%
B=43.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811992170.630.0800.15187.9464.1558.43
Hex51C7D93F80Fbc403a
Octal121307331771001727410072
Binary10100011100011111011001111111100001111101111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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