#51E5B8

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

Shades of Turquoise #51E5B8

Tints of Turquoise #51E5B8

Color information

#51E5B8 (or 0x51E5B8) is unknown color: approx Turquoise. HEX triplet: 51, E5 and B8. RGB value is (81,229,184). Sum of RGB (Red+Green+Blue) = 81+229+184=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5B8 is #AE1A47. Grayscale: #B3B3B3. Windows color (decimal): -11409992 or 12117329. OLE color: 12117329.

HSL color Cylindrical-coordinate representation of color #51E5B8: hue angle of 161.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5B8 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB81229184-
CMYK0.6500.200.10
HSL161.76º74%60.78%-
HSV(B)161.76º64.63%89.8%-
XYZ40.0661.2555.06-
YUV179.62130.4757.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 229 (89.84% from 255) = 46.36%
BLUE value IS 184 (72.27% from 255) = 37.25%
R=16.40%
G=46.36%
B=37.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal812291840.6500.200.10161.767460.78
Hex51E5B841014Aa24a3d
Octal1213452701010241224211275
Binary1010001111001011011100010000010101001010101000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,229,184); }

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

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

 a { background-color: rgb(81,229,184); }

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

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

 span { border-color: rgb(81,229,184); }

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