#51DDCD

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

Shades of Medium Turquoise #51DDCD

Tints of Medium Turquoise #51DDCD

Color information

#51DDCD (or 0x51DDCD) is unknown color: approx Medium Turquoise. HEX triplet: 51, DD and CD. RGB value is (81,221,205). Sum of RGB (Red+Green+Blue) = 81+221+205=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDCD is #AE2232. Grayscale: #B1B1B1. Windows color (decimal): -11412019 or 13491537. OLE color: 13491537.

HSL color Cylindrical-coordinate representation of color #51DDCD: hue angle of 173.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 #51DDCD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB81221205-
CMYK0.6300.070.13
HSL173.14º67.31%59.22%-
HSV(B)173.14º63.35%86.67%-
XYZ40.2757.8766.81-
YUV177.32143.6259.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.98%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=15.98%
G=43.59%
B=40.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812212050.6300.070.13173.1467.3159.22
Hex51DDCD3F07Dad433b
Octal12133531577071525510373
Binary1010001110111011100110111111101111101101011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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