#51ddd4

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

Shades of Medium Turquoise #51DDD4

Tints of Medium Turquoise #51DDD4

Color information

#51DDD4 (or 0x51DDD4) is unknown color: approx Medium Turquoise. HEX triplet: 51, DD and D4. RGB value is (81,221,212). Sum of RGB (Red+Green+Blue) = 81+221+212=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDD4 is #AE222B. Grayscale: #B2B2B2. Windows color (decimal): -11412012 or 13950289. OLE color: 13950289.

HSL color Cylindrical-coordinate representation of color #51DDD4: hue angle of 176.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DDD4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB81221212-
CMYK0.6300.040.13
HSL176.14º67.31%59.22%-
HSV(B)176.14º63.35%86.67%-
XYZ41.1358.2271.36-
YUV178.11147.1258.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.76%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=15.76%
G=43.00%
B=41.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812212120.6300.040.13176.1467.3159.22
Hex51DDD43F04Db0433b
Octal12133532477041526010373
Binary1010001110111011101010011111101001101101100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ddd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,221,212); }

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

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

 a { background-color: rgb(81,221,212); }

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

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

 span { border-color: rgb(81,221,212); }

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