#51C6D1

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

Shades of Medium Turquoise #51C6D1

Tints of Medium Turquoise #51C6D1

Color information

#51C6D1 (or 0x51C6D1) is unknown color: approx Medium Turquoise. HEX triplet: 51, C6 and D1. RGB value is (81,198,209). Sum of RGB (Red+Green+Blue) = 81+198+209=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #51C6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6D1 is #AE392E. Grayscale: #A4A4A4. Windows color (decimal): -11417903 or 13747793. OLE color: 13747793.

HSL color Cylindrical-coordinate representation of color #51C6D1: hue angle of 185.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51C6D1 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81198209-
CMYK0.610.0500.18
HSL185.16º58.18%56.86%-
HSV(B)185.16º61.24%81.96%-
XYZ35.146.7467.49-
YUV164.27153.2468.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.60%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=16.60%
G=40.57%
B=42.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811982090.610.0500.18185.1658.1856.86
Hex51C6D13D5012b93a39
Octal1213063217550222717271
Binary1010001110001101101000111110110101001010111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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