#51C6D7

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

Shades of Medium Turquoise #51C6D7

Tints of Medium Turquoise #51C6D7

Color information

#51C6D7 (or 0x51C6D7) is unknown color: approx Medium Turquoise. HEX triplet: 51, C6 and D7. RGB value is (81,198,215). Sum of RGB (Red+Green+Blue) = 81+198+215=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #51C6D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6D7 is #AE3928. Grayscale: #A4A4A4. Windows color (decimal): -11417897 or 14141009. OLE color: 14141009.

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

Color convert

RGB81198215-
CMYK0.620.0800.16
HSL187.61º62.62%58.04%-
HSV(B)187.61º62.33%84.31%-
XYZ35.8547.0471.48-
YUV164.96156.2468.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=16.40%
G=40.08%
B=43.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811982150.620.0800.16187.6162.6258.04
Hex51C6D73E8010bc3f3a
Octal12130632776100202747772
Binary10100011100011011010111111110100001000010111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,198,215); }

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

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

 a { background-color: rgb(81,198,215); }

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

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

 span { border-color: rgb(81,198,215); }

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