#51D1C1

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

Shades of Medium Turquoise #51D1C1

Tints of Medium Turquoise #51D1C1

Color information

#51D1C1 (or 0x51D1C1) is unknown color: approx Medium Turquoise. HEX triplet: 51, D1 and C1. RGB value is (81,209,193). Sum of RGB (Red+Green+Blue) = 81+209+193=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #51D1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D1C1 is #AE2E3E. Grayscale: #A8A8A8. Windows color (decimal): -11415103 or 12702033. OLE color: 12702033.

HSL color Cylindrical-coordinate representation of color #51D1C1: hue angle of 172.5º 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 #51D1C1 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB81209193-
CMYK0.6100.080.18
HSL172.5º58.18%56.86%-
HSV(B)172.5º61.24%81.96%-
XYZ35.8251.258.45-
YUV168.9141.5965.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.77%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=16.77%
G=43.27%
B=39.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812091930.6100.080.18172.558.1856.86
Hex51D1C13D0812ac3a39
Octal12132130175010222547271
Binary10100011101000111000001111101010001001010101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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