#51E6EF

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

Shades of Turquoise Blue #51E6EF

Tints of Turquoise Blue #51E6EF

Color information

#51E6EF (or 0x51E6EF) is unknown color: approx Turquoise Blue. HEX triplet: 51, E6 and EF. RGB value is (81,230,239). Sum of RGB (Red+Green+Blue) = 81+230+239=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #51E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E6EF is #AE1910. Grayscale: #BABABA. Windows color (decimal): -11409681 or 15722065. OLE color: 15722065.

HSL color Cylindrical-coordinate representation of color #51E6EF: hue angle of 183.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51E6EF is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81230239-
CMYK0.660.0400.06
HSL183.42º83.16%62.75%-
HSV(B)183.42º66.11%93.73%-
XYZ47.2764.5791.63-
YUV186.48157.6452.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.73%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=14.73%
G=41.82%
B=43.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal812302390.660.0400.06183.4283.1662.75
Hex51E6EF42406b7533f
Octal12134635710240626712377
Binary1010001111001101110111110000101000110101101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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