#51E1E7

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

Shades of Turquoise Blue #51E1E7

Tints of Turquoise Blue #51E1E7

Color information

#51E1E7 (or 0x51E1E7) is unknown color: approx Turquoise Blue. HEX triplet: 51, E1 and E7. RGB value is (81,225,231). Sum of RGB (Red+Green+Blue) = 81+225+231=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #51E1E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E1E7 is #AE1E18. Grayscale: #B6B6B6. Windows color (decimal): -11410969 or 15196497. OLE color: 15196497.

HSL color Cylindrical-coordinate representation of color #51E1E7: hue angle of 182.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E1E7 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81225231-
CMYK0.650.0300.09
HSL182.4º75.76%61.18%-
HSV(B)182.4º64.94%90.59%-
XYZ44.7461.3785.09-
YUV182.63155.2955.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.08%
GREEN value IS 225 (88.28% from 255) = 41.90%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=15.08%
G=41.90%
B=43.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812252310.650.0300.09182.475.7661.18
Hex51E1E741309b64c3d
Octal121341347101301126611475
Binary1010001111000011110011110000011101001101101101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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