#51ECB7

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

Shades of Turquoise #51ECB7

Tints of Turquoise #51ECB7

Color information

#51ECB7 (or 0x51ECB7) is unknown color: approx Turquoise. HEX triplet: 51, EC and B7. RGB value is (81,236,183). Sum of RGB (Red+Green+Blue) = 81+236+183=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECB7 is #AE1348. Grayscale: #B7B7B7. Windows color (decimal): -11408201 or 12053585. OLE color: 12053585.

HSL color Cylindrical-coordinate representation of color #51ECB7: hue angle of 159.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ECB7 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB81236183-
CMYK0.6600.220.07
HSL159.48º80.31%62.16%-
HSV(B)159.48º65.68%92.55%-
XYZ41.9465.1655.17-
YUV183.61127.6554.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.2%
GREEN value IS 236 (92.58% from 255) = 47.2%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=16.2%
G=47.2%
B=36.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812361830.6600.220.07159.4880.3162.16
Hex51ECB74201679f503e
Octal121354267102026723712076
Binary101000111101100101101111000010010110111100111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,236,183); }

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

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

 a { background-color: rgb(81,236,183); }

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

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

 span { border-color: rgb(81,236,183); }

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