#51E7EF

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

Shades of Turquoise Blue #51E7EF

Tints of Turquoise Blue #51E7EF

Color information

#51E7EF (or 0x51E7EF) is unknown color: approx Turquoise Blue. HEX triplet: 51, E7 and EF. RGB value is (81,231,239). Sum of RGB (Red+Green+Blue) = 81+231+239=551 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.70% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #51E7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E7EF is #AE1810. Grayscale: #BABABA. Windows color (decimal): -11409425 or 15722321. OLE color: 15722321.

HSL color Cylindrical-coordinate representation of color #51E7EF: hue angle of 183.04º 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 #51E7EF is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81231239-
CMYK0.660.0300.06
HSL183.04º83.16%62.75%-
HSV(B)183.04º66.11%93.73%-
XYZ47.5565.1391.73-
YUV187.06157.352.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.70%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=14.70%
G=41.92%
B=43.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal812312390.660.0300.06183.0483.1662.75
Hex51E7EF42306b7533f
Octal12134735710230626712377
Binary101000111100111111011111000010110110101101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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