#51D1C2

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

Shades of Medium Turquoise #51D1C2

Tints of Medium Turquoise #51D1C2

Color information

#51D1C2 (or 0x51D1C2) is unknown color: approx Medium Turquoise. HEX triplet: 51, D1 and C2. RGB value is (81,209,194). Sum of RGB (Red+Green+Blue) = 81+209+194=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #51D1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D1C2 is #AE2E3D. Grayscale: #A8A8A8. Windows color (decimal): -11415102 or 12767569. OLE color: 12767569.

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

Color convert

RGB81209194-
CMYK0.6100.070.18
HSL172.97º58.18%56.86%-
HSV(B)172.97º61.24%81.96%-
XYZ35.9351.2559.04-
YUV169.02142.0965.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.74%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=16.74%
G=43.18%
B=40.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812091940.6100.070.18172.9758.1856.86
Hex51D1C23D0712ad3a39
Octal1213213027507222557271
Binary1010001110100011100001011110101111001010101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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