#51EDBE

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

Shades of Turquoise #51EDBE

Tints of Turquoise #51EDBE

Color information

#51EDBE (or 0x51EDBE) is unknown color: approx Turquoise. HEX triplet: 51, ED and BE. RGB value is (81,237,190). Sum of RGB (Red+Green+Blue) = 81+237+190=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDBE is #AE1241. Grayscale: #B9B9B9. Windows color (decimal): -11407938 or 12512593. OLE color: 12512593.

HSL color Cylindrical-coordinate representation of color #51EDBE: hue angle of 161.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDBE is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB81237190-
CMYK0.6600.200.07
HSL161.92º81.25%62.35%-
HSV(B)161.92º65.82%92.94%-
XYZ42.9766.0459.2-
YUV185130.8253.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.94%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=15.94%
G=46.65%
B=37.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812371900.6600.200.07161.9281.2562.35
Hex51EDBE420147a2513e
Octal121355276102024724212176
Binary101000111101101101111101000010010100111101000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,237,190); }

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

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

 a { background-color: rgb(81,237,190); }

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

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

 span { border-color: rgb(81,237,190); }

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