#51E7E1

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

Shades of Turquoise #51E7E1

Tints of Turquoise #51E7E1

Color information

#51E7E1 (or 0x51E7E1) is unknown color: approx Turquoise. HEX triplet: 51, E7 and E1. RGB value is (81,231,225). Sum of RGB (Red+Green+Blue) = 81+231+225=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #51E7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E7E1 is #AE181E. Grayscale: #B9B9B9. Windows color (decimal): -11409439 or 14804817. OLE color: 14804817.

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

Color convert

RGB81231225-
CMYK0.6500.030.09
HSL177.6º75.76%61.18%-
HSV(B)177.6º64.94%90.59%-
XYZ45.5664.3481.25-
YUV185.47150.353.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal812312250.6500.030.09177.675.7661.18
Hex51E7E141039b24c3d
Octal121347341101031126211475
Binary1010001111001111110000110000010111001101100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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