#51E2EB

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

Shades of Turquoise Blue #51E2EB

Tints of Turquoise Blue #51E2EB

Color information

#51E2EB (or 0x51E2EB) is unknown color: approx Turquoise Blue. HEX triplet: 51, E2 and EB. RGB value is (81,226,235). Sum of RGB (Red+Green+Blue) = 81+226+235=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #51E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E2EB is #AE1D14. Grayscale: #B7B7B7. Windows color (decimal): -11410709 or 15458897. OLE color: 15458897.

HSL color Cylindrical-coordinate representation of color #51E2EB: hue angle of 183.51º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51E2EB is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81226235-
CMYK0.660.0400.08
HSL183.51º79.38%61.96%-
HSV(B)183.51º65.53%92.16%-
XYZ45.5962.1488.19-
YUV183.67156.9654.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.94%
GREEN value IS 226 (88.67% from 255) = 41.70%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=14.94%
G=41.70%
B=43.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812262350.660.0400.08183.5179.3861.96
Hex51E2EB42408b84f3e
Octal121342353102401027011776
Binary10100011110001011101011100001010001000101110001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,226,235); }

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

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

 a { background-color: rgb(81,226,235); }

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

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

 span { border-color: rgb(81,226,235); }

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