#51D1D2

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

Shades of Medium Turquoise #51D1D2

Tints of Medium Turquoise #51D1D2

Color information

#51D1D2 (or 0x51D1D2) is unknown color: approx Medium Turquoise. HEX triplet: 51, D1 and D2. RGB value is (81,209,210). Sum of RGB (Red+Green+Blue) = 81+209+210=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #51D1D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D1D2 is #AE2E2D. Grayscale: #AAAAAA. Windows color (decimal): -11415086 or 13816145. OLE color: 13816145.

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

Color convert

RGB81209210-
CMYK0.610.0000.18
HSL180.47º58.9%57.06%-
HSV(B)180.47º61.43%82.35%-
XYZ37.835269.02-
YUV170.84150.0963.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.2%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 210 (82.42% from 255) = 42%
R=16.2%
G=41.8%
B=42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812092100.610.0000.18180.4758.957.06
Hex51D1D23D0012b43b39
Octal1213213227500222647371
Binary10100011101000111010010111101001001010110100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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