#51FFBA

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

Shades of Turquoise #51FFBA

Tints of Turquoise #51FFBA

Color information

#51FFBA (or 0x51FFBA) is unknown color: approx Turquoise. HEX triplet: 51, FF and BA. RGB value is (81,255,186). Sum of RGB (Red+Green+Blue) = 81+255+186=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFBA is #AE0045. Grayscale: #C3C3C3. Windows color (decimal): -11403334 or 12255057. OLE color: 12255057.

HSL color Cylindrical-coordinate representation of color #51FFBA: hue angle of 156.21º 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 #51FFBA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB81255186-
CMYK0.6800.270
HSL156.21º100%65.88%-
HSV(B)156.21º68.24%100%-
XYZ48.0276.8158.75-
YUV195.11122.8546.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.52%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=15.52%
G=48.85%
B=35.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812551860.6800.270156.2110065.88
Hex51FFBA4401B09c6442
Octal1213772721040330234144102
Binary10100011111111110111010100010001101101001110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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