#51C7D8

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

Shades of Medium Turquoise #51C7D8

Tints of Medium Turquoise #51C7D8

Color information

#51C7D8 (or 0x51C7D8) is unknown color: approx Medium Turquoise. HEX triplet: 51, C7 and D8. RGB value is (81,199,216). Sum of RGB (Red+Green+Blue) = 81+199+216=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #51C7D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C7D8 is #AE3827. Grayscale: #A5A5A5. Windows color (decimal): -11417640 or 14206801. OLE color: 14206801.

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

Color convert

RGB81199216-
CMYK0.620.0800.15
HSL187.56º63.38%58.24%-
HSV(B)187.56º62.5%84.71%-
XYZ36.2147.5572.24-
YUV165.66156.4167.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.33%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=16.33%
G=40.12%
B=43.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811992160.620.0800.15187.5663.3858.24
Hex51C7D83E80Fbc3f3a
Octal12130733076100172747772
Binary1010001110001111101100011111010000111110111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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