#51FFBB

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

Shades of Turquoise #51FFBB

Tints of Turquoise #51FFBB

Color information

#51FFBB (or 0x51FFBB) is unknown color: approx Turquoise. HEX triplet: 51, FF and BB. RGB value is (81,255,187). Sum of RGB (Red+Green+Blue) = 81+255+187=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFBB is #AE0044. Grayscale: #C3C3C3. Windows color (decimal): -11403333 or 12320593. OLE color: 12320593.

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

Color convert

RGB81255187-
CMYK0.6800.270
HSL156.55º100%65.88%-
HSV(B)156.55º68.24%100%-
XYZ48.1276.8659.31-
YUV195.22123.3546.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.49%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=15.49%
G=48.76%
B=35.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812551870.6800.270156.5510065.88
Hex51FFBB4401B09d6442
Octal1213772731040330235144102
Binary10100011111111110111011100010001101101001110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,255,187); }

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

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

 a { background-color: rgb(81,255,187); }

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

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

 span { border-color: rgb(81,255,187); }

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