#51E6BB

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

Shades of Turquoise #51E6BB

Tints of Turquoise #51E6BB

Color information

#51E6BB (or 0x51E6BB) is unknown color: approx Turquoise. HEX triplet: 51, E6 and BB. RGB value is (81,230,187). Sum of RGB (Red+Green+Blue) = 81+230+187=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6BB is #AE1944. Grayscale: #B4B4B4. Windows color (decimal): -11409733 or 12314193. OLE color: 12314193.

HSL color Cylindrical-coordinate representation of color #51E6BB: hue angle of 162.68º degrees, saturation: 0.75, 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 #51E6BB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB81230187-
CMYK0.6500.190.10
HSL162.68º74.87%60.98%-
HSV(B)162.68º64.78%90.2%-
XYZ40.6661.9356.82-
YUV180.55131.6457-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.27%
GREEN value IS 230 (90.23% from 255) = 46.18%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=16.27%
G=46.18%
B=37.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal812301870.6500.190.10162.6874.8760.98
Hex51E6BB41013Aa34b3d
Octal1213462731010231224311375
Binary1010001111001101011101110000010100111010101000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,230,187); }

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

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

 a { background-color: rgb(81,230,187); }

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

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

 span { border-color: rgb(81,230,187); }

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