#51D2C9

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

Shades of Medium Turquoise #51D2C9

Tints of Medium Turquoise #51D2C9

Color information

#51D2C9 (or 0x51D2C9) is unknown color: approx Medium Turquoise. HEX triplet: 51, D2 and C9. RGB value is (81,210,201). Sum of RGB (Red+Green+Blue) = 81+210+201=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #51D2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D2C9 is #AE2D36. Grayscale: #AAAAAA. Windows color (decimal): -11414839 or 13226577. OLE color: 13226577.

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

Color convert

RGB81210201-
CMYK0.6100.040.18
HSL175.81º58.9%57.06%-
HSV(B)175.81º61.43%82.35%-
XYZ36.9852.0663.36-
YUV170.4145.2664.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 201 (78.91% from 255) = 40.85%
R=16.46%
G=42.68%
B=40.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812102010.6100.040.18175.8158.957.06
Hex51D2C93D0412b03b39
Octal1213223117504222607371
Binary1010001110100101100100111110101001001010110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,210,201); }

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

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

 a { background-color: rgb(81,210,201); }

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

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

 span { border-color: rgb(81,210,201); }

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