#51EADE

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

Shades of Turquoise #51EADE

Tints of Turquoise #51EADE

Color information

#51EADE (or 0x51EADE) is unknown color: approx Turquoise. HEX triplet: 51, EA and DE. RGB value is (81,234,222). Sum of RGB (Red+Green+Blue) = 81+234+222=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #51EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EADE is #AE1521. Grayscale: #BABABA. Windows color (decimal): -11408674 or 14608977. OLE color: 14608977.

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

Color convert

RGB81234222-
CMYK0.6500.050.08
HSL175.29º78.46%61.76%-
HSV(B)175.29º65.38%91.76%-
XYZ4665.8779.4-
YUV186.88147.8152.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.08%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=15.08%
G=43.58%
B=41.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812342220.6500.050.08175.2978.4661.76
Hex51EADE41058af4e3e
Octal121352336101051025711676
Binary10100011110101011011110100000101011000101011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,234,222); }

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

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

 a { background-color: rgb(81,234,222); }

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

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

 span { border-color: rgb(81,234,222); }

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