#51DBDA

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

Shades of Medium Turquoise #51DBDA

Tints of Medium Turquoise #51DBDA

Color information

#51DBDA (or 0x51DBDA) is unknown color: approx Medium Turquoise. HEX triplet: 51, DB and DA. RGB value is (81,219,218). Sum of RGB (Red+Green+Blue) = 81+219+218=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBDA is #AE2425. Grayscale: #B1B1B1. Windows color (decimal): -11412518 or 14342993. OLE color: 14342993.

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

Color convert

RGB81219218-
CMYK0.6300.000.14
HSL179.57º65.71%58.82%-
HSV(B)179.57º63.01%85.88%-
XYZ41.3857.4775.24-
YUV177.62150.7859.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.64%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=15.64%
G=42.28%
B=42.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal812192180.6300.000.14179.5765.7158.82
Hex51DBDA3F00Eb4423b
Octal12133333277001626410273
Binary10100011101101111011010111111001110101101001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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