#51DECF

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

Shades of Medium Turquoise #51DECF

Tints of Medium Turquoise #51DECF

Color information

#51DECF (or 0x51DECF) is unknown color: approx Medium Turquoise. HEX triplet: 51, DE and CF. RGB value is (81,222,207). Sum of RGB (Red+Green+Blue) = 81+222+207=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #51DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DECF is #AE2130. Grayscale: #B2B2B2. Windows color (decimal): -11411761 or 13622865. OLE color: 13622865.

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

Color convert

RGB81222207-
CMYK0.6400.070.13
HSL173.62º68.12%59.41%-
HSV(B)173.62º63.51%87.06%-
XYZ40.7858.568.17-
YUV178.13144.2958.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.88%
GREEN value IS 222 (87.11% from 255) = 43.53%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=15.88%
G=43.53%
B=40.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812222070.6400.070.13173.6268.1259.41
Hex51DECF4007Dae443b
Octal121336317100071525610473
Binary10100011101111011001111100000001111101101011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,222,207); }

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

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

 a { background-color: rgb(81,222,207); }

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

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

 span { border-color: rgb(81,222,207); }

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