#51DABB

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

Shades of Medium Turquoise #51DABB

Tints of Medium Turquoise #51DABB

Color information

#51DABB (or 0x51DABB) is unknown color: approx Medium Turquoise. HEX triplet: 51, DA and BB. RGB value is (81,218,187). Sum of RGB (Red+Green+Blue) = 81+218+187=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #51DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DABB is #AE2544. Grayscale: #ADADAD. Windows color (decimal): -11412805 or 12311121. OLE color: 12311121.

HSL color Cylindrical-coordinate representation of color #51DABB: hue angle of 166.42º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DABB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB81218187-
CMYK0.6300.140.15
HSL166.42º64.93%58.63%-
HSV(B)166.42º62.84%85.49%-
XYZ37.4355.4855.75-
YUV173.5135.6162.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.67%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=16.67%
G=44.86%
B=38.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal812181870.6300.140.15166.4264.9358.63
Hex51DABB3F0EFa6413b
Octal121332273770161724610173
Binary10100011101101010111011111111011101111101001101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,218,187); }

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

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

 a { background-color: rgb(81,218,187); }

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

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

 span { border-color: rgb(81,218,187); }

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