#51FEBD

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

Shades of Turquoise #51FEBD

Tints of Turquoise #51FEBD

Color information

#51FEBD (or 0x51FEBD) is unknown color: approx Turquoise. HEX triplet: 51, FE and BD. RGB value is (81,254,189). Sum of RGB (Red+Green+Blue) = 81+254+189=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEBD is #AE0142. Grayscale: #C2C2C2. Windows color (decimal): -11403587 or 12451409. OLE color: 12451409.

HSL color Cylindrical-coordinate representation of color #51FEBD: hue angle of 157.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEBD is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB81254189-
CMYK0.6800.260.00
HSL157.46º98.86%65.69%-
HSV(B)157.46º68.11%99.61%-
XYZ48.0276.3160.34-
YUV194.86124.6946.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.46%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=15.46%
G=48.47%
B=36.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal812541890.6800.260.00157.4698.8665.69
Hex51FEBD4401A09d6342
Octal1213762751040320235143102
Binary10100011111111010111101100010001101001001110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,254,189); }

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

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

 a { background-color: rgb(81,254,189); }

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

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

 span { border-color: rgb(81,254,189); }

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